Html Css Color HEX #9C770C Golden Brown

📋 copy color: '#9C770C'

red 156 ◦ green 119 ◦ blue 12

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

Shades of Golden Brown #9C770C

Tints of Golden Brown #9C770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.46%

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 54.36%
G = 41.46%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C770C (or 0x9C770C) is known color: Golden Brown. HEX triplet: 9C, 77 and 0C. RGB value is (156,119,12). Sum of RGB (Red+Green+Blue) = 156+119+12=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C770C is #6388F3. Grayscale: #767676. Windows color (decimal): -6523124 or 817052. OLE color: 817052.

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

Color convert

RGB 156 119 12 -
CMYK 0 0.24 0.92 0.39
HSL 44.58º 0.86% 0.33% -
HSV(B) 44.58º 0.92% 0.61% -
XYZ 20.37 20.29 3.19 -
YUV 117.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 156 119 12 0 0.24 0.92 0.39 44.58 0.86 0.33
Hex 9C 77 C 0 18 5C 27 2D 56 21
Octal 234 167 14 0 30 134 47 55 126 41
Binary 10011100 1110111 1100 0 11000 1011100 100111 101101 1010110 100001

Color Harmonies of #9C770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C770C

Black with #9C770C

Text Example


Text Example

White with #9C770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,119,12); }

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

background-color css

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

 a { background-color: rgb(156,119,12); }

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

border-color css

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

 span { border-color: rgb(156,119,12); }

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