Html Css Color HEX #966954 Dark Tan

📋 copy color: '#966954'

red 150 ◦ green 105 ◦ blue 84

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

Shades of Dark Tan #966954

Tints of Dark Tan #966954

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

 BLUE value IS 84 (33.2% from 255) = 24.78%

R = 44.25%
G = 30.97%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#966954 (or 0x966954) is known color: Dark Tan. HEX triplet: 96, 69 and 54. RGB value is (150,105,84). Sum of RGB (Red+Green+Blue) = 150+105+84=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #966954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966954 is #6996AB. Grayscale: #747474. Windows color (decimal): -6919852 or 5532054. OLE color: 5532054.

HSL color Cylindrical-coordinate representation of color #966954: hue angle of 19.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #966954 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 84 -
CMYK 0 0.30 0.44 0.41
HSL 19.09º 0.28% 0.46% -
HSV(B) 19.09º 0.44% 0.59% -
XYZ 19.23 17.23 10.7 -
YUV 116.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 150 105 84 0 0.30 0.44 0.41 19.09 0.28 0.46
Hex 96 69 54 0 1E 2C 29 13 1C 2E
Octal 226 151 124 0 36 54 51 23 34 56
Binary 10010110 1101001 1010100 0 11110 101100 101001 10011 11100 101110

Color Harmonies of #966954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966954

Black with #966954

Text Example


Text Example

White with #966954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966954; }

 p { color: rgb(150,105,84); }

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

background-color css

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

 a { background-color: rgb(150,105,84); }

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

border-color css

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

 span { border-color: rgb(150,105,84); }

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