Html Css Color HEX #956952 Dark Tan

📋 copy color: '#956952'

red 149 ◦ green 105 ◦ blue 82

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

Shades of Dark Tan #956952

Tints of Dark Tan #956952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

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

R = 44.35%
G = 31.25%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#956952 (or 0x956952) is known color: Dark Tan. HEX triplet: 95, 69 and 52. RGB value is (149,105,82). Sum of RGB (Red+Green+Blue) = 149+105+82=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #956952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956952 is #6A96AD. Grayscale: #737373. Windows color (decimal): -6985390 or 5400981. OLE color: 5400981.

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

Color convert

RGB 149 105 82 -
CMYK 0 0.30 0.45 0.42
HSL 20.6º 0.29% 0.45% -
HSV(B) 20.6º 0.45% 0.58% -
XYZ 18.97 17.1 10.28 -
YUV 115.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 149 105 82 0 0.30 0.45 0.42 20.6 0.29 0.45
Hex 95 69 52 0 1E 2D 2A 15 1D 2D
Octal 225 151 122 0 36 55 52 25 35 55
Binary 10010101 1101001 1010010 0 11110 101101 101010 10101 11101 101101

Color Harmonies of #956952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956952

Black with #956952

Text Example


Text Example

White with #956952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956952; }

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

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

background-color css

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

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

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

border-color css

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

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

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