Html Css Color HEX #966948 Dark Tan

📋 copy color: '#966948'

red 150 ◦ green 105 ◦ blue 72

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

Shades of Dark Tan #966948

Tints of Dark Tan #966948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 45.87%
G = 32.11%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#966948 (or 0x966948) is known color: Dark Tan. HEX triplet: 96, 69 and 48. RGB value is (150,105,72). Sum of RGB (Red+Green+Blue) = 150+105+72=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #966948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966948 is #6996B7. Grayscale: #727272. Windows color (decimal): -6919864 or 4745622. OLE color: 4745622.

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

Color convert

RGB 150 105 72 -
CMYK 0 0.30 0.52 0.41
HSL 25.38º 0.35% 0.44% -
HSV(B) 25.38º 0.52% 0.59% -
XYZ 18.8 17.06 8.43 -
YUV 114.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 150 105 72 0 0.30 0.52 0.41 25.38 0.35 0.44
Hex 96 69 48 0 1E 34 29 19 23 2C
Octal 226 151 110 0 36 64 51 31 43 54
Binary 10010110 1101001 1001000 0 11110 110100 101001 11001 100011 101100

Color Harmonies of #966948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966948

Black with #966948

Text Example


Text Example

White with #966948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966948; }

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

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

background-color css

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

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

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

border-color css

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

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

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