#9C621D

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

Shades of Golden Brown #9C621D

Tints of Golden Brown #9C621D

Color information

#9C621D (or 0x9C621D) is unknown color: approx Golden Brown. HEX triplet: 9C, 62 and 1D. RGB value is (156,98,29). Sum of RGB (Red+Green+Blue) = 156+98+29=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C621D is #639DE2. Grayscale: #6B6B6B. Windows color (decimal): -6528483 or 1925788. OLE color: 1925788.

HSL color Cylindrical-coordinate representation of color #9C621D: hue angle of 32.6º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C621D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1569829-
CMYK00.370.810.39
HSL32.6º68.65%36.27%-
HSV(B)32.6º81.41%61.18%-
XYZ18.315.893.27-
YUV107.4883.72162.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.12%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=55.12%
G=34.63%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156982900.370.810.3932.668.6536.27
Hex9C621D0255127214524
Octal23414235045121474110544
Binary10011100110001011101010010110100011001111000011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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