#9C7601

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

Shades of Golden Brown #9C7601

Tints of Golden Brown #9C7601

Color information

#9C7601 (or 0x9C7601) is unknown color: approx Golden Brown. HEX triplet: 9C, 76 and 01. RGB value is (156,118,1). Sum of RGB (Red+Green+Blue) = 156+118+1=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7601 is #6389FE. Grayscale: #747474. Windows color (decimal): -6523391 or 95900. OLE color: 95900.

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

Color convert

RGB1561181-
CMYK00.240.990.39
HSL45.29º98.73%30.78%-
HSV(B)45.29º99.36%61.18%-
XYZ20.1920.032.83-
YUV116.0263.09156.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.73%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=56.73%
G=42.91%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156118100.240.990.3945.2998.7330.78
Hex9C76101863272d631f
Octal2341661030143475514337
Binary10011100111011010110001100011100111101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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