Html Css Color HEX #966821 Golden Brown

📋 copy color: '#966821'

red 150 ◦ green 104 ◦ blue 33

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

Shades of Golden Brown #966821

Tints of Golden Brown #966821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.24%

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

R = 52.26%
G = 36.24%
B = 11.5%

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

#966821 (or 0x966821) is known color: Golden Brown. HEX triplet: 96, 68 and 21. RGB value is (150,104,33). Sum of RGB (Red+Green+Blue) = 150+104+33=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #966821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966821 is #6997DE. Grayscale: #6D6D6D. Windows color (decimal): -6920159 or 2189462. OLE color: 2189462.

HSL color Cylindrical-coordinate representation of color #966821: hue angle of 36.41º 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 #966821 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 33 -
CMYK 0 0.31 0.78 0.41
HSL 36.41º 0.64% 0.36% -
HSV(B) 36.41º 0.78% 0.59% -
XYZ 17.8 16.49 3.68 -
YUV 109.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 150 104 33 0 0.31 0.78 0.41 36.41 0.64 0.36
Hex 96 68 21 0 1F 4E 29 24 40 24
Octal 226 150 41 0 37 116 51 44 100 44
Binary 10010110 1101000 100001 0 11111 1001110 101001 100100 1000000 100100

Color Harmonies of #966821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966821

Black with #966821

Text Example


Text Example

White with #966821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966821; }

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

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

background-color css

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

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

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

border-color css

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

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

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