Html Css Color HEX #966229 Afghan Tan

📋 copy color: '#966229'

red 150 ◦ green 98 ◦ blue 41

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

Shades of Afghan Tan #966229

Tints of Afghan Tan #966229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 51.9%
G = 33.91%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#966229 (or 0x966229) is known color: Afghan Tan. HEX triplet: 96, 62 and 29. RGB value is (150,98,41). Sum of RGB (Red+Green+Blue) = 150+98+41=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #966229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966229 is #699DD6. Grayscale: #6B6B6B. Windows color (decimal): -6921687 or 2712214. OLE color: 2712214.

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

Color convert

RGB 150 98 41 -
CMYK 0 0.35 0.73 0.41
HSL 31.38º 0.57% 0.37% -
HSV(B) 31.38º 0.73% 0.59% -
XYZ 17.35 15.38 4.15 -
YUV 107.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 150 98 41 0 0.35 0.73 0.41 31.38 0.57 0.37
Hex 96 62 29 0 23 49 29 1F 39 25
Octal 226 142 51 0 43 111 51 37 71 45
Binary 10010110 1100010 101001 0 100011 1001001 101001 11111 111001 100101

Color Harmonies of #966229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966229

Black with #966229

Text Example


Text Example

White with #966229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966229; }

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

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

background-color css

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

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

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

border-color css

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

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

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