Html Css Color HEX #9E6016 Golden Brown

📋 copy color: '#9E6016'

red 158 ◦ green 96 ◦ blue 22

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

Shades of Golden Brown #9E6016

Tints of Golden Brown #9E6016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.97%

R = 57.25%
G = 34.78%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E6016 (or 0x9E6016) is known color: Golden Brown. HEX triplet: 9E, 60 and 16. RGB value is (158,96,22). Sum of RGB (Red+Green+Blue) = 158+96+22=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6016 is #619FE9. Grayscale: #6A6A6A. Windows color (decimal): -6397930 or 1466526. OLE color: 1466526.

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

Color convert

RGB 158 96 22 -
CMYK 0 0.39 0.86 0.38
HSL 32.65º 0.76% 0.35% -
HSV(B) 32.65º 0.86% 0.62% -
XYZ 18.43 15.69 2.82 -
YUV 106.1 80.54 165.02 -
System Red Green Blue C M Y K H S L
Decimal 158 96 22 0 0.39 0.86 0.38 32.65 0.76 0.35
Hex 9E 60 16 0 27 56 26 21 4C 23
Octal 236 140 26 0 47 126 46 41 114 43
Binary 10011110 1100000 10110 0 100111 1010110 100110 100001 1001100 100011

Color Harmonies of #9E6016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6016

Black with #9E6016

Text Example


Text Example

White with #9E6016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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