Html Css Color HEX #966952 Dark Tan

📋 copy color: '#966952'

red 150 ◦ green 105 ◦ blue 82

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

Shades of Dark Tan #966952

Tints of Dark Tan #966952

RGB

 RED value IS 150 (58.98% from 255) = 44.51%

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

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

R = 44.51%
G = 31.16%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#966952 (or 0x966952) is known color: Dark Tan. HEX triplet: 96, 69 and 52. RGB value is (150,105,82). Sum of RGB (Red+Green+Blue) = 150+105+82=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #966952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966952 is #6996AD. Grayscale: #737373. Windows color (decimal): -6919854 or 5400982. OLE color: 5400982.

HSL color Cylindrical-coordinate representation of color #966952: hue angle of 20.29º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966952 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 82 -
CMYK 0 0.30 0.45 0.41
HSL 20.29º 0.29% 0.45% -
HSV(B) 20.29º 0.45% 0.59% -
XYZ 19.15 17.2 10.29 -
YUV 115.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 150 105 82 0 0.30 0.45 0.41 20.29 0.29 0.45
Hex 96 69 52 0 1E 2D 29 14 1D 2D
Octal 226 151 122 0 36 55 51 24 35 55
Binary 10010110 1101001 1010010 0 11110 101101 101001 10100 11101 101101

Color Harmonies of #966952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966952

Black with #966952

Text Example


Text Example

White with #966952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966952; }

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

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

background-color css

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

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

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

border-color css

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

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

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