Html Css Color HEX #9C6707 Golden Brown

📋 copy color: '#9C6707'

red 156 ◦ green 103 ◦ blue 7

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

Shades of Golden Brown #9C6707

Tints of Golden Brown #9C6707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.63%

R = 58.65%
G = 38.72%
B = 2.63%

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

#9C6707 (or 0x9C6707) is known color: Golden Brown. HEX triplet: 9C, 67 and 07. RGB value is (156,103,7). Sum of RGB (Red+Green+Blue) = 156+103+7=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6707 is #6398F8. Grayscale: #6C6C6C. Windows color (decimal): -6527225 or 485276. OLE color: 485276.

HSL color Cylindrical-coordinate representation of color #9C6707: hue angle of 38.66º degrees, saturation: 0.91, 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 #9C6707 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 103 7 -
CMYK 0 0.34 0.96 0.39
HSL 38.66º 0.91% 0.32% -
HSV(B) 38.66º 0.96% 0.61% -
XYZ 18.6 16.78 2.46 -
YUV 107.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 156 103 7 0 0.34 0.96 0.39 38.66 0.91 0.32
Hex 9C 67 7 0 22 60 27 27 5B 20
Octal 234 147 7 0 42 140 47 47 133 40
Binary 10011100 1100111 111 0 100010 1100000 100111 100111 1011011 100000

Color Harmonies of #9C6707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6707

Black with #9C6707

Text Example


Text Example

White with #9C6707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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