Html Css Color HEX #966542 Dark Tan

📋 copy color: '#966542'

red 150 ◦ green 101 ◦ blue 66

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

Shades of Dark Tan #966542

Tints of Dark Tan #966542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 47.32%
G = 31.86%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#966542 (or 0x966542) is known color: Dark Tan. HEX triplet: 96, 65 and 42. RGB value is (150,101,66). Sum of RGB (Red+Green+Blue) = 150+101+66=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #966542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966542 is #699ABD. Grayscale: #6F6F6F. Windows color (decimal): -6920894 or 4351382. OLE color: 4351382.

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

Color convert

RGB 150 101 66 -
CMYK 0 0.33 0.56 0.41
HSL 25º 0.39% 0.42% -
HSV(B) 25º 0.56% 0.59% -
XYZ 18.21 16.18 7.32 -
YUV 111.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 150 101 66 0 0.33 0.56 0.41 25 0.39 0.42
Hex 96 65 42 0 21 38 29 19 27 2A
Octal 226 145 102 0 41 70 51 31 47 52
Binary 10010110 1100101 1000010 0 100001 111000 101001 11001 100111 101010

Color Harmonies of #966542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966542

Black with #966542

Text Example


Text Example

White with #966542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966542; }

 p { color: rgb(150,101,66); }

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

background-color css

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

 a { background-color: rgb(150,101,66); }

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

border-color css

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

 span { border-color: rgb(150,101,66); }

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