Html Css Color HEX #966251 Dark Tan

📋 copy color: '#966251'

red 150 ◦ green 98 ◦ blue 81

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

Shades of Dark Tan #966251

Tints of Dark Tan #966251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 45.59%
G = 29.79%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#966251 (or 0x966251) is known color: Dark Tan. HEX triplet: 96, 62 and 51. RGB value is (150,98,81). Sum of RGB (Red+Green+Blue) = 150+98+81=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #966251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966251 is #699DAE. Grayscale: #6F6F6F. Windows color (decimal): -6921647 or 5333654. OLE color: 5333654.

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

Color convert

RGB 150 98 81 -
CMYK 0 0.35 0.46 0.41
HSL 14.78º 0.3% 0.45% -
HSV(B) 14.78º 0.46% 0.59% -
XYZ 18.43 15.81 9.87 -
YUV 111.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 150 98 81 0 0.35 0.46 0.41 14.78 0.3 0.45
Hex 96 62 51 0 23 2E 29 F 1E 2D
Octal 226 142 121 0 43 56 51 17 36 55
Binary 10010110 1100010 1010001 0 100011 101110 101001 1111 11110 101101

Color Harmonies of #966251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966251

Black with #966251

Text Example


Text Example

White with #966251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966251; }

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

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

background-color css

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

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

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

border-color css

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

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

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