Html Css Color HEX #966453 Dark Tan

📋 copy color: '#966453'

red 150 ◦ green 100 ◦ blue 83

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

Shades of Dark Tan #966453

Tints of Dark Tan #966453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 45.05%
G = 30.03%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#966453 (or 0x966453) is known color: Dark Tan. HEX triplet: 96, 64 and 53. RGB value is (150,100,83). Sum of RGB (Red+Green+Blue) = 150+100+83=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #966453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966453 is #699BAC. Grayscale: #717171. Windows color (decimal): -6921133 or 5465238. OLE color: 5465238.

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

Color convert

RGB 150 100 83 -
CMYK 0 0.33 0.45 0.41
HSL 15.22º 0.29% 0.46% -
HSV(B) 15.22º 0.45% 0.59% -
XYZ 18.7 16.22 10.33 -
YUV 113.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 150 100 83 0 0.33 0.45 0.41 15.22 0.29 0.46
Hex 96 64 53 0 21 2D 29 F 1D 2E
Octal 226 144 123 0 41 55 51 17 35 56
Binary 10010110 1100100 1010011 0 100001 101101 101001 1111 11101 101110

Color Harmonies of #966453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966453

Black with #966453

Text Example


Text Example

White with #966453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966453; }

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

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

background-color css

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

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

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

border-color css

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

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

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