Html Css Color HEX #966953 Dark Tan

📋 copy color: '#966953'

red 150 ◦ green 105 ◦ blue 83

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

Shades of Dark Tan #966953

Tints of Dark Tan #966953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.56%

R = 44.38%
G = 31.07%
B = 24.56%

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

#966953 (or 0x966953) is known color: Dark Tan. HEX triplet: 96, 69 and 53. RGB value is (150,105,83). Sum of RGB (Red+Green+Blue) = 150+105+83=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #966953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966953 is #6996AC. Grayscale: #747474. Windows color (decimal): -6919853 or 5466518. OLE color: 5466518.

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

Color convert

RGB 150 105 83 -
CMYK 0 0.30 0.45 0.41
HSL 19.7º 0.29% 0.46% -
HSV(B) 19.7º 0.45% 0.59% -
XYZ 19.19 17.21 10.49 -
YUV 115.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 150 105 83 0 0.30 0.45 0.41 19.7 0.29 0.46
Hex 96 69 53 0 1E 2D 29 14 1D 2E
Octal 226 151 123 0 36 55 51 24 35 56
Binary 10010110 1101001 1010011 0 11110 101101 101001 10100 11101 101110

Color Harmonies of #966953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966953

Black with #966953

Text Example


Text Example

White with #966953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966953; }

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

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

background-color css

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

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

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

border-color css

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

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

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