Html Css Color HEX #9E6013 Golden Brown

📋 copy color: '#9E6013'

red 158 ◦ green 96 ◦ blue 19

#9E6013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9E6013

Tints of Golden Brown #9E6013

RGB

 RED value IS 158 (62.11% from 255) = 57.88%

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 57.88%
G = 35.16%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9E6013 (or 0x9E6013) is known color: Golden Brown. HEX triplet: 9E, 60 and 13. RGB value is (158,96,19). Sum of RGB (Red+Green+Blue) = 158+96+19=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6013 is #619FEC. Grayscale: #6A6A6A. Windows color (decimal): -6397933 or 1269918. OLE color: 1269918.

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

Color convert

RGB 158 96 19 -
CMYK 0 0.39 0.88 0.38
HSL 33.24º 0.79% 0.35% -
HSV(B) 33.24º 0.88% 0.62% -
XYZ 18.4 15.68 2.67 -
YUV 105.76 79.04 165.26 -
System Red Green Blue C M Y K H S L
Decimal 158 96 19 0 0.39 0.88 0.38 33.24 0.79 0.35
Hex 9E 60 13 0 27 58 26 21 4F 23
Octal 236 140 23 0 47 130 46 41 117 43
Binary 10011110 1100000 10011 0 100111 1011000 100110 100001 1001111 100011

Color Harmonies of #9E6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6013

Black with #9E6013

Text Example


Text Example

White with #9E6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,96,19); }

 H1.HeaderClassName
 {
   color: #9E6013;
 }
 .AnyTagClassName
 {
   color: #9E6013;
 }
</style>

background-color css

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

 a { background-color: rgb(158,96,19); }

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

border-color css

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

 span { border-color: rgb(158,96,19); }

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