#9C620D

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

Shades of Golden Brown #9C620D

Tints of Golden Brown #9C620D

Color information

#9C620D (or 0x9C620D) is unknown color: approx Golden Brown. HEX triplet: 9C, 62 and 0D. RGB value is (156,98,13). Sum of RGB (Red+Green+Blue) = 156+98+13=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C620D is #639DF2. Grayscale: #6A6A6A. Windows color (decimal): -6528499 or 877212. OLE color: 877212.

HSL color Cylindrical-coordinate representation of color #9C620D: hue angle of 35.66º degrees, saturation: 0.85, 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 #9C620D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1569813-
CMYK00.370.920.39
HSL35.66º84.62%33.14%-
HSV(B)35.66º91.67%61.18%-
XYZ18.1515.832.48-
YUV105.6575.72163.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 13 (5.47% from 255) = 4.87%
R=58.43%
G=36.70%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156981300.370.920.3935.6684.6233.14
Hex9C62D0255C27245521
Octal23414215045134474412541
Binary1001110011000101101010010110111001001111001001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,98,13); }

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

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

 a { background-color: rgb(156,98,13); }

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

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

 span { border-color: rgb(156,98,13); }

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