Html Css Color HEX #956442 Dark Tan

📋 copy color: '#956442'

red 149 ◦ green 100 ◦ blue 66

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

Shades of Dark Tan #956442

Tints of Dark Tan #956442

RGB

 RED value IS 149 (58.59% from 255) = 47.3%

 GREEN value IS 100 (39.45% from 255) = 31.75%

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 47.3%
G = 31.75%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956442 (or 0x956442) is known color: Dark Tan. HEX triplet: 95, 64 and 42. RGB value is (149,100,66). Sum of RGB (Red+Green+Blue) = 149+100+66=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956442 is #6A9BBD. Grayscale: #6E6E6E. Windows color (decimal): -6986686 or 4351125. OLE color: 4351125.

HSL color Cylindrical-coordinate representation of color #956442: hue angle of 24.58º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #956442 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 66 -
CMYK 0 0.33 0.56 0.42
HSL 24.58º 0.39% 0.42% -
HSV(B) 24.58º 0.56% 0.58% -
XYZ 17.93 15.9 7.28 -
YUV 110.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 149 100 66 0 0.33 0.56 0.42 24.58 0.39 0.42
Hex 95 64 42 0 21 38 2A 19 27 2A
Octal 225 144 102 0 41 70 52 31 47 52
Binary 10010101 1100100 1000010 0 100001 111000 101010 11001 100111 101010

Color Harmonies of #956442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956442

Black with #956442

Text Example


Text Example

White with #956442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956442; }

 p { color: rgb(149,100,66); }

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

background-color css

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

 a { background-color: rgb(149,100,66); }

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

border-color css

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

 span { border-color: rgb(149,100,66); }

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