Html Css Color HEX #966520 Golden Brown

📋 copy color: '#966520'

red 150 ◦ green 101 ◦ blue 32

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

Shades of Golden Brown #966520

Tints of Golden Brown #966520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 53%
G = 35.69%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#966520 (or 0x966520) is known color: Golden Brown. HEX triplet: 96, 65 and 20. RGB value is (150,101,32). Sum of RGB (Red+Green+Blue) = 150+101+32=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #966520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966520 is #699ADF. Grayscale: #6C6C6C. Windows color (decimal): -6920928 or 2123158. OLE color: 2123158.

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

Color convert

RGB 150 101 32 -
CMYK 0 0.33 0.79 0.41
HSL 35.08º 0.65% 0.36% -
HSV(B) 35.08º 0.79% 0.59% -
XYZ 17.49 15.9 3.51 -
YUV 107.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 150 101 32 0 0.33 0.79 0.41 35.08 0.65 0.36
Hex 96 65 20 0 21 4F 29 23 41 24
Octal 226 145 40 0 41 117 51 43 101 44
Binary 10010110 1100101 100000 0 100001 1001111 101001 100011 1000001 100100

Color Harmonies of #966520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966520

Black with #966520

Text Example


Text Example

White with #966520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966520; }

 p { color: rgb(150,101,32); }

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

background-color css

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

 a { background-color: rgb(150,101,32); }

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

border-color css

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

 span { border-color: rgb(150,101,32); }

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