#9E630F

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

Shades of Golden Brown #9E630F

Tints of Golden Brown #9E630F

Color information

#9E630F (or 0x9E630F) is unknown color: approx Golden Brown. HEX triplet: 9E, 63 and 0F. RGB value is (158,99,15). Sum of RGB (Red+Green+Blue) = 158+99+15=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E630F is #619CF0. Grayscale: #6B6B6B. Windows color (decimal): -6397169 or 1008542. OLE color: 1008542.

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

Color convert

RGB1589915-
CMYK00.370.910.38
HSL35.24º82.66%33.92%-
HSV(B)35.24º90.51%61.96%-
XYZ18.6516.232.6-
YUV107.0676.05164.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.09%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 15 (6.25% from 255) = 5.51%
R=58.09%
G=36.40%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158991500.370.910.3835.2482.6633.92
Hex9E63F0255B26235322
Octal23614317045133464312342
Binary1001111011000111111010010110110111001101000111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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