Html Css Color HEX #956542 Dark Tan

📋 copy color: '#956542'

red 149 ◦ green 101 ◦ blue 66

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

Shades of Dark Tan #956542

Tints of Dark Tan #956542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 47.15%
G = 31.96%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956542 (or 0x956542) is known color: Dark Tan. HEX triplet: 95, 65 and 42. RGB value is (149,101,66). Sum of RGB (Red+Green+Blue) = 149+101+66=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #956542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956542 is #6A9ABD. Grayscale: #6F6F6F. Windows color (decimal): -6986430 or 4351381. OLE color: 4351381.

HSL color Cylindrical-coordinate representation of color #956542: hue angle of 25.3º 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 #956542 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 66 -
CMYK 0 0.32 0.56 0.42
HSL 25.3º 0.39% 0.42% -
HSV(B) 25.3º 0.56% 0.58% -
XYZ 18.03 16.09 7.31 -
YUV 111.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 149 101 66 0 0.32 0.56 0.42 25.3 0.39 0.42
Hex 95 65 42 0 20 38 2A 19 27 2A
Octal 225 145 102 0 40 70 52 31 47 52
Binary 10010101 1100101 1000010 0 100000 111000 101010 11001 100111 101010

Color Harmonies of #956542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956542

Black with #956542

Text Example


Text Example

White with #956542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956542; }

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

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

background-color css

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

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

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

border-color css

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

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

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