Html Css Color HEX #966744 Dark Tan

📋 copy color: '#966744'

red 150 ◦ green 103 ◦ blue 68

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

Shades of Dark Tan #966744

Tints of Dark Tan #966744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

 BLUE value IS 68 (26.95% from 255) = 21.18%

R = 46.73%
G = 32.09%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#966744 (or 0x966744) is known color: Dark Tan. HEX triplet: 96, 67 and 44. RGB value is (150,103,68). Sum of RGB (Red+Green+Blue) = 150+103+68=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #966744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966744 is #6998BB. Grayscale: #717171. Windows color (decimal): -6920380 or 4482966. OLE color: 4482966.

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

Color convert

RGB 150 103 68 -
CMYK 0 0.31 0.55 0.41
HSL 25.61º 0.38% 0.43% -
HSV(B) 25.61º 0.55% 0.59% -
XYZ 18.47 16.6 7.7 -
YUV 113.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 150 103 68 0 0.31 0.55 0.41 25.61 0.38 0.43
Hex 96 67 44 0 1F 37 29 1A 26 2B
Octal 226 147 104 0 37 67 51 32 46 53
Binary 10010110 1100111 1000100 0 11111 110111 101001 11010 100110 101011

Color Harmonies of #966744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966744

Black with #966744

Text Example


Text Example

White with #966744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966744; }

 p { color: rgb(150,103,68); }

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

background-color css

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

 a { background-color: rgb(150,103,68); }

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

border-color css

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

 span { border-color: rgb(150,103,68); }

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