Html Css Color HEX #9E6314 Golden Brown

📋 copy color: '#9E6314'

red 158 ◦ green 99 ◦ blue 20

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

Shades of Golden Brown #9E6314

Tints of Golden Brown #9E6314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

 BLUE value IS 20 (8.2% from 255) = 7.22%

R = 57.04%
G = 35.74%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9E6314 (or 0x9E6314) is known color: Golden Brown. HEX triplet: 9E, 63 and 14. RGB value is (158,99,20). Sum of RGB (Red+Green+Blue) = 158+99+20=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6314 is #619CEB. Grayscale: #6C6C6C. Windows color (decimal): -6397164 or 1336222. OLE color: 1336222.

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

Color convert

RGB 158 99 20 -
CMYK 0 0.37 0.87 0.38
HSL 34.35º 0.78% 0.35% -
HSV(B) 34.35º 0.87% 0.62% -
XYZ 18.69 16.24 2.81 -
YUV 107.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 158 99 20 0 0.37 0.87 0.38 34.35 0.78 0.35
Hex 9E 63 14 0 25 57 26 22 4E 23
Octal 236 143 24 0 45 127 46 42 116 43
Binary 10011110 1100011 10100 0 100101 1010111 100110 100010 1001110 100011

Color Harmonies of #9E6314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6314

Black with #9E6314

Text Example


Text Example

White with #9E6314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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