Html Css Color HEX #956C51 Dark Tan

📋 copy color: '#956C51'

red 149 ◦ green 108 ◦ blue 81

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

Shades of Dark Tan #956C51

Tints of Dark Tan #956C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 44.08%
G = 31.95%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#956C51 (or 0x956C51) is known color: Dark Tan. HEX triplet: 95, 6C and 51. RGB value is (149,108,81). Sum of RGB (Red+Green+Blue) = 149+108+81=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #956C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C51 is #6A93AE. Grayscale: #757575. Windows color (decimal): -6984623 or 5336213. OLE color: 5336213.

HSL color Cylindrical-coordinate representation of color #956C51: hue angle of 23.82º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #956C51 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 81 -
CMYK 0 0.28 0.46 0.42
HSL 23.82º 0.3% 0.45% -
HSV(B) 23.82º 0.46% 0.58% -
XYZ 19.24 17.71 10.19 -
YUV 117.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 149 108 81 0 0.28 0.46 0.42 23.82 0.3 0.45
Hex 95 6C 51 0 1C 2E 2A 18 1E 2D
Octal 225 154 121 0 34 56 52 30 36 55
Binary 10010101 1101100 1010001 0 11100 101110 101010 11000 11110 101101

Color Harmonies of #956C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C51

Black with #956C51

Text Example


Text Example

White with #956C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956C51; }

 p { color: rgb(149,108,81); }

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

background-color css

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

 a { background-color: rgb(149,108,81); }

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

border-color css

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

 span { border-color: rgb(149,108,81); }

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