Html Css Color HEX #956752 Dark Tan

📋 copy color: '#956752'

red 149 ◦ green 103 ◦ blue 82

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

Shades of Dark Tan #956752

Tints of Dark Tan #956752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 44.61%
G = 30.84%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#956752 (or 0x956752) is known color: Dark Tan. HEX triplet: 95, 67 and 52. RGB value is (149,103,82). Sum of RGB (Red+Green+Blue) = 149+103+82=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956752 is #6A98AD. Grayscale: #727272. Windows color (decimal): -6985902 or 5400469. OLE color: 5400469.

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

Color convert

RGB 149 103 82 -
CMYK 0 0.31 0.45 0.42
HSL 18.81º 0.29% 0.45% -
HSV(B) 18.81º 0.45% 0.58% -
XYZ 18.77 16.7 10.22 -
YUV 114.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 149 103 82 0 0.31 0.45 0.42 18.81 0.29 0.45
Hex 95 67 52 0 1F 2D 2A 13 1D 2D
Octal 225 147 122 0 37 55 52 23 35 55
Binary 10010101 1100111 1010010 0 11111 101101 101010 10011 11101 101101

Color Harmonies of #956752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956752

Black with #956752

Text Example


Text Example

White with #956752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956752; }

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

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

background-color css

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

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

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

border-color css

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

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

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