#9C700F

Color #9C700F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9C700F

Tints of Golden Brown #9C700F

Color information

#9C700F (or 0x9C700F) is unknown color: approx Golden Brown. HEX triplet: 9C, 70 and 0F. RGB value is (156,112,15). Sum of RGB (Red+Green+Blue) = 156+112+15=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C700F is #638FF0. Grayscale: #727272. Windows color (decimal): -6524913 or 1011868. OLE color: 1011868.

HSL color Cylindrical-coordinate representation of color #9C700F: hue angle of 41.28º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C700F is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB15611215-
CMYK00.280.900.39
HSL41.28º82.46%33.53%-
HSV(B)41.28º90.38%61.18%-
XYZ19.5918.693.03-
YUV114.172.08157.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.12%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=55.12%
G=39.58%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561121500.280.900.3941.2882.4633.53
Hex9C70F01C5A27295222
Octal23416017034132475112242
Binary100111001110000111101110010110101001111010011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,15); }

 H1.HeaderClassName
 {
   color: #9C700F;
 }
 .AnyTagClassName
 {
   color: #9C700F;
 }
</style>
background-color css

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

 a { background-color: rgb(156,112,15); }

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

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

 span { border-color: rgb(156,112,15); }

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