Html Css Color HEX #9C6706 Golden Brown

📋 copy color: '#9C6706'

red 156 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #9C6706

Tints of Golden Brown #9C6706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 58.87%
G = 38.87%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9C6706 (or 0x9C6706) is known color: Golden Brown. HEX triplet: 9C, 67 and 06. RGB value is (156,103,6). Sum of RGB (Red+Green+Blue) = 156+103+6=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6706 is #6398F9. Grayscale: #6C6C6C. Windows color (decimal): -6527226 or 419740. OLE color: 419740.

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

Color convert

RGB 156 103 6 -
CMYK 0 0.34 0.96 0.39
HSL 38.8º 0.93% 0.32% -
HSV(B) 38.8º 0.96% 0.61% -
XYZ 18.59 16.78 2.43 -
YUV 107.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 156 103 6 0 0.34 0.96 0.39 38.8 0.93 0.32
Hex 9C 67 6 0 22 60 27 27 5D 20
Octal 234 147 6 0 42 140 47 47 135 40
Binary 10011100 1100111 110 0 100010 1100000 100111 100111 1011101 100000

Color Harmonies of #9C6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6706

Black with #9C6706

Text Example


Text Example

White with #9C6706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,103,6); }

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

background-color css

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

 a { background-color: rgb(156,103,6); }

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

border-color css

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

 span { border-color: rgb(156,103,6); }

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