Html Css Color HEX #956B52 Dark Tan

📋 copy color: '#956B52'

red 149 ◦ green 107 ◦ blue 82

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

Shades of Dark Tan #956B52

Tints of Dark Tan #956B52

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

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

R = 44.08%
G = 31.66%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#956B52 (or 0x956B52) is known color: Dark Tan. HEX triplet: 95, 6B and 52. RGB value is (149,107,82). Sum of RGB (Red+Green+Blue) = 149+107+82=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #956B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B52 is #6A94AD. Grayscale: #747474. Windows color (decimal): -6984878 or 5401493. OLE color: 5401493.

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

Color convert

RGB 149 107 82 -
CMYK 0 0.28 0.45 0.42
HSL 22.39º 0.29% 0.45% -
HSV(B) 22.39º 0.45% 0.58% -
XYZ 19.18 17.51 10.35 -
YUV 116.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 149 107 82 0 0.28 0.45 0.42 22.39 0.29 0.45
Hex 95 6B 52 0 1C 2D 2A 16 1D 2D
Octal 225 153 122 0 34 55 52 26 35 55
Binary 10010101 1101011 1010010 0 11100 101101 101010 10110 11101 101101

Color Harmonies of #956B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B52

Black with #956B52

Text Example


Text Example

White with #956B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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