Html Css Color HEX #956652 Dark Tan

📋 copy color: '#956652'

red 149 ◦ green 102 ◦ blue 82

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

Shades of Dark Tan #956652

Tints of Dark Tan #956652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 44.74%
G = 30.63%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#956652 (or 0x956652) is known color: Dark Tan. HEX triplet: 95, 66 and 52. RGB value is (149,102,82). Sum of RGB (Red+Green+Blue) = 149+102+82=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956652 is #6A99AD. Grayscale: #717171. Windows color (decimal): -6986158 or 5400213. OLE color: 5400213.

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

Color convert

RGB 149 102 82 -
CMYK 0 0.32 0.45 0.42
HSL 17.91º 0.29% 0.45% -
HSV(B) 17.91º 0.45% 0.58% -
XYZ 18.67 16.5 10.18 -
YUV 113.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 149 102 82 0 0.32 0.45 0.42 17.91 0.29 0.45
Hex 95 66 52 0 20 2D 2A 12 1D 2D
Octal 225 146 122 0 40 55 52 22 35 55
Binary 10010101 1100110 1010010 0 100000 101101 101010 10010 11101 101101

Color Harmonies of #956652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956652

Black with #956652

Text Example


Text Example

White with #956652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956652; }

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

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

background-color css

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

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

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

border-color css

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

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

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