Html Css Color HEX #9E6A1A Golden Brown

📋 copy color: '#9E6A1A'

red 158 ◦ green 106 ◦ blue 26

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

Shades of Golden Brown #9E6A1A

Tints of Golden Brown #9E6A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 54.48%
G = 36.55%
B = 8.97%

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

#9E6A1A (or 0x9E6A1A) is known color: Golden Brown. HEX triplet: 9E, 6A and 1A. RGB value is (158,106,26). Sum of RGB (Red+Green+Blue) = 158+106+26=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6A1A is #6195E5. Grayscale: #707070. Windows color (decimal): -6395366 or 1731230. OLE color: 1731230.

HSL color Cylindrical-coordinate representation of color #9E6A1A: hue angle of 36.36º degrees, saturation: 0.72, 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 #9E6A1A is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 106 26 -
CMYK 0 0.33 0.84 0.38
HSL 36.36º 0.72% 0.36% -
HSV(B) 36.36º 0.84% 0.62% -
XYZ 19.44 17.65 3.36 -
YUV 112.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 158 106 26 0 0.33 0.84 0.38 36.36 0.72 0.36
Hex 9E 6A 1A 0 21 54 26 24 48 24
Octal 236 152 32 0 41 124 46 44 110 44
Binary 10011110 1101010 11010 0 100001 1010100 100110 100100 1001000 100100

Color Harmonies of #9E6A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6A1A

Black with #9E6A1A

Text Example


Text Example

White with #9E6A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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