#9E6321

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

Shades of Golden Brown #9E6321

Tints of Golden Brown #9E6321

Color information

#9E6321 (or 0x9E6321) is unknown color: approx Golden Brown. HEX triplet: 9E, 63 and 21. RGB value is (158,99,33). Sum of RGB (Red+Green+Blue) = 158+99+33=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6321 is #619CDE. Grayscale: #6D6D6D. Windows color (decimal): -6397151 or 2188190. OLE color: 2188190.

HSL color Cylindrical-coordinate representation of color #9E6321: hue angle of 31.68º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E6321 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB1589933-
CMYK00.370.790.38
HSL31.68º65.45%37.45%-
HSV(B)31.68º79.11%61.96%-
XYZ18.8416.33.59-
YUV109.1285.05162.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.48%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 33 (13.28% from 255) = 11.38%
R=54.48%
G=34.14%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158993300.370.790.3831.6865.4537.45
Hex9E63210254F26204125
Octal23614341045117464010145
Binary100111101100011100001010010110011111001101000001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,99,33); }

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

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

 a { background-color: rgb(158,99,33); }

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

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

 span { border-color: rgb(158,99,33); }

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