Html Css Color HEX #9C6520 Golden Brown

📋 copy color: '#9C6520'

red 156 ◦ green 101 ◦ blue 32

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

Shades of Golden Brown #9C6520

Tints of Golden Brown #9C6520

RGB

 RED value IS 156 (61.33% from 255) = 53.98%

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

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

R = 53.98%
G = 34.95%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C6520 (or 0x9C6520) is known color: Golden Brown. HEX triplet: 9C, 65 and 20. RGB value is (156,101,32). Sum of RGB (Red+Green+Blue) = 156+101+32=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6520 is #639ADF. Grayscale: #6D6D6D. Windows color (decimal): -6527712 or 2123164. OLE color: 2123164.

HSL color Cylindrical-coordinate representation of color #9C6520: hue angle of 33.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C6520 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 101 32 -
CMYK 0 0.35 0.79 0.39
HSL 33.39º 0.66% 0.37% -
HSV(B) 33.39º 0.79% 0.61% -
XYZ 18.62 16.48 3.57 -
YUV 109.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 156 101 32 0 0.35 0.79 0.39 33.39 0.66 0.37
Hex 9C 65 20 0 23 4F 27 21 42 25
Octal 234 145 40 0 43 117 47 41 102 45
Binary 10011100 1100101 100000 0 100011 1001111 100111 100001 1000010 100101

Color Harmonies of #9C6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6520

Black with #9C6520

Text Example


Text Example

White with #9C6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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