Html Css Color HEX #9E6C48 Dark Tan

📋 copy color: '#9E6C48'

red 158 ◦ green 108 ◦ blue 72

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

Shades of Dark Tan #9E6C48

Tints of Dark Tan #9E6C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 46.75%
G = 31.95%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9E6C48 (or 0x9E6C48) is known color: Dark Tan. HEX triplet: 9E, 6C and 48. RGB value is (158,108,72). Sum of RGB (Red+Green+Blue) = 158+108+72=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6C48 is #6193B7. Grayscale: #777777. Windows color (decimal): -6394808 or 4746398. OLE color: 4746398.

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

Color convert

RGB 158 108 72 -
CMYK 0 0.32 0.54 0.38
HSL 25.12º 0.37% 0.45% -
HSV(B) 25.12º 0.54% 0.62% -
XYZ 20.63 18.46 8.61 -
YUV 118.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 158 108 72 0 0.32 0.54 0.38 25.12 0.37 0.45
Hex 9E 6C 48 0 20 36 26 19 25 2D
Octal 236 154 110 0 40 66 46 31 45 55
Binary 10011110 1101100 1001000 0 100000 110110 100110 11001 100101 101101

Color Harmonies of #9E6C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6C48

Black with #9E6C48

Text Example


Text Example

White with #9E6C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,108,72); }

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

background-color css

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

 a { background-color: rgb(158,108,72); }

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

border-color css

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

 span { border-color: rgb(158,108,72); }

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