Html Css Color HEX #9E6A19 Golden Brown

📋 copy color: '#9E6A19'

red 158 ◦ green 106 ◦ blue 25

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

Shades of Golden Brown #9E6A19

Tints of Golden Brown #9E6A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 54.67%
G = 36.68%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E6A19 (or 0x9E6A19) is known color: Golden Brown. HEX triplet: 9E, 6A and 19. RGB value is (158,106,25). Sum of RGB (Red+Green+Blue) = 158+106+25=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6A19 is #6195E6. Grayscale: #707070. Windows color (decimal): -6395367 or 1665694. OLE color: 1665694.

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

Color convert

RGB 158 106 25 -
CMYK 0 0.33 0.84 0.38
HSL 36.54º 0.73% 0.36% -
HSV(B) 36.54º 0.84% 0.62% -
XYZ 19.43 17.65 3.3 -
YUV 112.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 158 106 25 0 0.33 0.84 0.38 36.54 0.73 0.36
Hex 9E 6A 19 0 21 54 26 25 49 24
Octal 236 152 31 0 41 124 46 45 111 44
Binary 10011110 1101010 11001 0 100001 1010100 100110 100101 1001001 100100

Color Harmonies of #9E6A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6A19

Black with #9E6A19

Text Example


Text Example

White with #9E6A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,106,25); }

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

background-color css

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

 a { background-color: rgb(158,106,25); }

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

border-color css

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

 span { border-color: rgb(158,106,25); }

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