Html Css Color HEX #9C6805 Golden Brown

📋 copy color: '#9C6805'

red 156 ◦ green 104 ◦ blue 5

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

Shades of Golden Brown #9C6805

Tints of Golden Brown #9C6805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 58.87%
G = 39.25%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9C6805 (or 0x9C6805) is known color: Golden Brown. HEX triplet: 9C, 68 and 05. RGB value is (156,104,5). Sum of RGB (Red+Green+Blue) = 156+104+5=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6805 is #6397FA. Grayscale: #6C6C6C. Windows color (decimal): -6526971 or 354460. OLE color: 354460.

HSL color Cylindrical-coordinate representation of color #9C6805: hue angle of 39.34º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C6805 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 104 5 -
CMYK 0 0.33 0.97 0.39
HSL 39.34º 0.94% 0.32% -
HSV(B) 39.34º 0.97% 0.61% -
XYZ 18.69 16.98 2.44 -
YUV 108.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 156 104 5 0 0.33 0.97 0.39 39.34 0.94 0.32
Hex 9C 68 5 0 21 61 27 27 5E 20
Octal 234 150 5 0 41 141 47 47 136 40
Binary 10011100 1101000 101 0 100001 1100001 100111 100111 1011110 100000

Color Harmonies of #9C6805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6805

Black with #9C6805

Text Example


Text Example

White with #9C6805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,104,5); }

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

background-color css

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

 a { background-color: rgb(156,104,5); }

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

border-color css

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

 span { border-color: rgb(156,104,5); }

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