Html Css Color HEX #966751 Dark Tan

📋 copy color: '#966751'

red 150 ◦ green 103 ◦ blue 81

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

Shades of Dark Tan #966751

Tints of Dark Tan #966751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.25%

R = 44.91%
G = 30.84%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#966751 (or 0x966751) is known color: Dark Tan. HEX triplet: 96, 67 and 51. RGB value is (150,103,81). Sum of RGB (Red+Green+Blue) = 150+103+81=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #966751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966751 is #6998AE. Grayscale: #727272. Windows color (decimal): -6920367 or 5334934. OLE color: 5334934.

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

Color convert

RGB 150 103 81 -
CMYK 0 0.31 0.46 0.41
HSL 19.13º 0.3% 0.45% -
HSV(B) 19.13º 0.46% 0.59% -
XYZ 18.91 16.78 10.03 -
YUV 114.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 150 103 81 0 0.31 0.46 0.41 19.13 0.3 0.45
Hex 96 67 51 0 1F 2E 29 13 1E 2D
Octal 226 147 121 0 37 56 51 23 36 55
Binary 10010110 1100111 1010001 0 11111 101110 101001 10011 11110 101101

Color Harmonies of #966751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966751

Black with #966751

Text Example


Text Example

White with #966751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966751; }

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

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

background-color css

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

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

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

border-color css

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

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

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