Html Css Color HEX #966443 Dark Tan

📋 copy color: '#966443'

red 150 ◦ green 100 ◦ blue 67

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

Shades of Dark Tan #966443

Tints of Dark Tan #966443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.14%

R = 47.32%
G = 31.55%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#966443 (or 0x966443) is known color: Dark Tan. HEX triplet: 96, 64 and 43. RGB value is (150,100,67). Sum of RGB (Red+Green+Blue) = 150+100+67=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #966443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966443 is #699BBC. Grayscale: #6F6F6F. Windows color (decimal): -6921149 or 4416662. OLE color: 4416662.

HSL color Cylindrical-coordinate representation of color #966443: hue angle of 23.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966443 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 100 67 -
CMYK 0 0.33 0.55 0.41
HSL 23.86º 0.38% 0.43% -
HSV(B) 23.86º 0.55% 0.59% -
XYZ 18.15 16 7.44 -
YUV 111.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 150 100 67 0 0.33 0.55 0.41 23.86 0.38 0.43
Hex 96 64 43 0 21 37 29 18 26 2B
Octal 226 144 103 0 41 67 51 30 46 53
Binary 10010110 1100100 1000011 0 100001 110111 101001 11000 100110 101011

Color Harmonies of #966443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966443

Black with #966443

Text Example


Text Example

White with #966443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966443; }

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

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

background-color css

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

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

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

border-color css

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

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

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