Html Css Color HEX #966721 Golden Brown

📋 copy color: '#966721'

red 150 ◦ green 103 ◦ blue 33

#966721
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #966721

Tints of Golden Brown #966721

RGB

 RED value IS 150 (58.98% from 255) = 52.45%

 GREEN value IS 103 (40.63% from 255) = 36.01%

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 52.45%
G = 36.01%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#966721 (or 0x966721) is known color: Golden Brown. HEX triplet: 96, 67 and 21. RGB value is (150,103,33). Sum of RGB (Red+Green+Blue) = 150+103+33=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #966721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966721 is #6998DE. Grayscale: #6D6D6D. Windows color (decimal): -6920415 or 2189206. OLE color: 2189206.

HSL color Cylindrical-coordinate representation of color #966721: hue angle of 35.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #966721 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 33 -
CMYK 0 0.31 0.78 0.41
HSL 35.9º 0.64% 0.36% -
HSV(B) 35.9º 0.78% 0.59% -
XYZ 17.7 16.29 3.65 -
YUV 109.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 150 103 33 0 0.31 0.78 0.41 35.9 0.64 0.36
Hex 96 67 21 0 1F 4E 29 24 40 24
Octal 226 147 41 0 37 116 51 44 100 44
Binary 10010110 1100111 100001 0 11111 1001110 101001 100100 1000000 100100

Color Harmonies of #966721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966721

Black with #966721

Text Example


Text Example

White with #966721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966721; }

 p { color: rgb(150,103,33); }

 H1.HeaderClassName
 {
   color: #966721;
 }
 .AnyTagClassName
 {
   color: #966721;
 }
</style>

background-color css

<style>
 a { background-color: #966721; }

 a { background-color: rgb(150,103,33); }

 div.DivClassName
 {
   background-color: #966721;
 }
 .BgClassName
 {
   background-color: #966721;
 }
</style>

border-color css

<style>
 span { border-color: #966721; }

 span { border-color: rgb(150,103,33); }

 td.TdClassName
 {
   border-color: #966721;
 }
 .TagClassName
 {
   border-color: #966721;
 }
</style>