Html Css Color HEX #9C760A Golden Brown

📋 copy color: '#9C760A'

red 156 ◦ green 118 ◦ blue 10

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

Shades of Golden Brown #9C760A

Tints of Golden Brown #9C760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 54.93%
G = 41.55%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C760A (or 0x9C760A) is known color: Golden Brown. HEX triplet: 9C, 76 and 0A. RGB value is (156,118,10). Sum of RGB (Red+Green+Blue) = 156+118+10=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C760A is #6389F5. Grayscale: #757575. Windows color (decimal): -6523382 or 685724. OLE color: 685724.

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

Color convert

RGB 156 118 10 -
CMYK 0 0.24 0.94 0.39
HSL 44.38º 0.88% 0.33% -
HSV(B) 44.38º 0.94% 0.61% -
XYZ 20.24 20.05 3.09 -
YUV 117.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 156 118 10 0 0.24 0.94 0.39 44.38 0.88 0.33
Hex 9C 76 A 0 18 5E 27 2C 58 21
Octal 234 166 12 0 30 136 47 54 130 41
Binary 10011100 1110110 1010 0 11000 1011110 100111 101100 1011000 100001

Color Harmonies of #9C760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C760A

Black with #9C760A

Text Example


Text Example

White with #9C760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,118,10); }

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

background-color css

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

 a { background-color: rgb(156,118,10); }

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

border-color css

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

 span { border-color: rgb(156,118,10); }

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