Html Css Color HEX #9C760E Golden Brown

📋 copy color: '#9C760E'

red 156 ◦ green 118 ◦ blue 14

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

Shades of Golden Brown #9C760E

Tints of Golden Brown #9C760E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 54.17%
G = 40.97%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C760E (or 0x9C760E) is known color: Golden Brown. HEX triplet: 9C, 76 and 0E. RGB value is (156,118,14). Sum of RGB (Red+Green+Blue) = 156+118+14=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C760E is #6389F1. Grayscale: #757575. Windows color (decimal): -6523378 or 947868. OLE color: 947868.

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

Color convert

RGB 156 118 14 -
CMYK 0 0.24 0.91 0.39
HSL 43.94º 0.84% 0.33% -
HSV(B) 43.94º 0.91% 0.61% -
XYZ 20.27 20.06 3.22 -
YUV 117.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 156 118 14 0 0.24 0.91 0.39 43.94 0.84 0.33
Hex 9C 76 E 0 18 5B 27 2C 54 21
Octal 234 166 16 0 30 133 47 54 124 41
Binary 10011100 1110110 1110 0 11000 1011011 100111 101100 1010100 100001

Color Harmonies of #9C760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C760E

Black with #9C760E

Text Example


Text Example

White with #9C760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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