Html Css Color HEX #9E6512 Golden Brown

📋 copy color: '#9E6512'

red 158 ◦ green 101 ◦ blue 18

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

Shades of Golden Brown #9E6512

Tints of Golden Brown #9E6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 57.04%
G = 36.46%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E6512 (or 0x9E6512) is known color: Golden Brown. HEX triplet: 9E, 65 and 12. RGB value is (158,101,18). Sum of RGB (Red+Green+Blue) = 158+101+18=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6512 is #619AED. Grayscale: #6C6C6C. Windows color (decimal): -6396654 or 1205662. OLE color: 1205662.

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

Color convert

RGB 158 101 18 -
CMYK 0 0.36 0.89 0.38
HSL 35.57º 0.8% 0.35% -
HSV(B) 35.57º 0.89% 0.62% -
XYZ 18.86 16.62 2.79 -
YUV 108.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 158 101 18 0 0.36 0.89 0.38 35.57 0.8 0.35
Hex 9E 65 12 0 24 59 26 24 50 23
Octal 236 145 22 0 44 131 46 44 120 43
Binary 10011110 1100101 10010 0 100100 1011001 100110 100100 1010000 100011

Color Harmonies of #9E6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6512

Black with #9E6512

Text Example


Text Example

White with #9E6512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,101,18); }

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

background-color css

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

 a { background-color: rgb(158,101,18); }

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

border-color css

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

 span { border-color: rgb(158,101,18); }

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