Html Css Color HEX #956D52 Dark Tan

📋 copy color: '#956D52'

red 149 ◦ green 109 ◦ blue 82

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

Shades of Dark Tan #956D52

Tints of Dark Tan #956D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.06%

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 43.82%
G = 32.06%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#956D52 (or 0x956D52) is known color: Dark Tan. HEX triplet: 95, 6D and 52. RGB value is (149,109,82). Sum of RGB (Red+Green+Blue) = 149+109+82=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D52 is #6A92AD. Grayscale: #767676. Windows color (decimal): -6984366 or 5402005. OLE color: 5402005.

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

Color convert

RGB 149 109 82 -
CMYK 0 0.27 0.45 0.42
HSL 24.18º 0.29% 0.45% -
HSV(B) 24.18º 0.45% 0.58% -
XYZ 19.39 17.94 10.42 -
YUV 117.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 149 109 82 0 0.27 0.45 0.42 24.18 0.29 0.45
Hex 95 6D 52 0 1B 2D 2A 18 1D 2D
Octal 225 155 122 0 33 55 52 30 35 55
Binary 10010101 1101101 1010010 0 11011 101101 101010 11000 11101 101101

Color Harmonies of #956D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D52

Black with #956D52

Text Example


Text Example

White with #956D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,109,82); }

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

background-color css

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

 a { background-color: rgb(149,109,82); }

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

border-color css

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

 span { border-color: rgb(149,109,82); }

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