Html Css Color HEX #9C6407 Golden Brown

📋 copy color: '#9C6407'

red 156 ◦ green 100 ◦ blue 7

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

Shades of Golden Brown #9C6407

Tints of Golden Brown #9C6407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.02%

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

R = 59.32%
G = 38.02%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9C6407 (or 0x9C6407) is known color: Golden Brown. HEX triplet: 9C, 64 and 07. RGB value is (156,100,7). Sum of RGB (Red+Green+Blue) = 156+100+7=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6407 is #639BF8. Grayscale: #6A6A6A. Windows color (decimal): -6527993 or 484508. OLE color: 484508.

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

Color convert

RGB 156 100 7 -
CMYK 0 0.36 0.96 0.39
HSL 37.45º 0.91% 0.32% -
HSV(B) 37.45º 0.96% 0.61% -
XYZ 18.31 16.2 2.36 -
YUV 106.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 156 100 7 0 0.36 0.96 0.39 37.45 0.91 0.32
Hex 9C 64 7 0 24 60 27 25 5B 20
Octal 234 144 7 0 44 140 47 45 133 40
Binary 10011100 1100100 111 0 100100 1100000 100111 100101 1011011 100000

Color Harmonies of #9C6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6407

Black with #9C6407

Text Example


Text Example

White with #9C6407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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