Html Css Color HEX #966352 Dark Tan

📋 copy color: '#966352'

red 150 ◦ green 99 ◦ blue 82

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

Shades of Dark Tan #966352

Tints of Dark Tan #966352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 45.32%
G = 29.91%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#966352 (or 0x966352) is known color: Dark Tan. HEX triplet: 96, 63 and 52. RGB value is (150,99,82). Sum of RGB (Red+Green+Blue) = 150+99+82=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #966352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966352 is #699CAD. Grayscale: #707070. Windows color (decimal): -6921390 or 5399446. OLE color: 5399446.

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

Color convert

RGB 150 99 82 -
CMYK 0 0.34 0.45 0.41
HSL 15º 0.29% 0.45% -
HSV(B) 15º 0.45% 0.59% -
XYZ 18.56 16.02 10.1 -
YUV 112.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 150 99 82 0 0.34 0.45 0.41 15 0.29 0.45
Hex 96 63 52 0 22 2D 29 F 1D 2D
Octal 226 143 122 0 42 55 51 17 35 55
Binary 10010110 1100011 1010010 0 100010 101101 101001 1111 11101 101101

Color Harmonies of #966352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966352

Black with #966352

Text Example


Text Example

White with #966352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966352; }

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

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

background-color css

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

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

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

border-color css

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

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

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