Html Css Color HEX #966A44 Dark Tan

📋 copy color: '#966A44'

red 150 ◦ green 106 ◦ blue 68

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

Shades of Dark Tan #966A44

Tints of Dark Tan #966A44

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.72%

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

R = 46.3%
G = 32.72%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#966A44 (or 0x966A44) is known color: Dark Tan. HEX triplet: 96, 6A and 44. RGB value is (150,106,68). Sum of RGB (Red+Green+Blue) = 150+106+68=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #966A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A44 is #6995BB. Grayscale: #737373. Windows color (decimal): -6919612 or 4483734. OLE color: 4483734.

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

Color convert

RGB 150 106 68 -
CMYK 0 0.29 0.55 0.41
HSL 27.8º 0.38% 0.43% -
HSV(B) 27.8º 0.55% 0.59% -
XYZ 18.78 17.21 7.8 -
YUV 114.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 150 106 68 0 0.29 0.55 0.41 27.8 0.38 0.43
Hex 96 6A 44 0 1D 37 29 1C 26 2B
Octal 226 152 104 0 35 67 51 34 46 53
Binary 10010110 1101010 1000100 0 11101 110111 101001 11100 100110 101011

Color Harmonies of #966A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A44

Black with #966A44

Text Example


Text Example

White with #966A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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