Html Css Color HEX #966129 Afghan Tan

📋 copy color: '#966129'

red 150 ◦ green 97 ◦ blue 41

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

Shades of Afghan Tan #966129

Tints of Afghan Tan #966129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.68%

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

R = 52.08%
G = 33.68%
B = 14.24%

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

#966129 (or 0x966129) is known color: Afghan Tan. HEX triplet: 96, 61 and 29. RGB value is (150,97,41). Sum of RGB (Red+Green+Blue) = 150+97+41=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #966129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966129 is #699ED6. Grayscale: #6A6A6A. Windows color (decimal): -6921943 or 2711958. OLE color: 2711958.

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

Color convert

RGB 150 97 41 -
CMYK 0 0.35 0.73 0.41
HSL 30.83º 0.57% 0.37% -
HSV(B) 30.83º 0.73% 0.59% -
XYZ 17.25 15.19 4.12 -
YUV 106.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 150 97 41 0 0.35 0.73 0.41 30.83 0.57 0.37
Hex 96 61 29 0 23 49 29 1F 39 25
Octal 226 141 51 0 43 111 51 37 71 45
Binary 10010110 1100001 101001 0 100011 1001001 101001 11111 111001 100101

Color Harmonies of #966129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966129

Black with #966129

Text Example


Text Example

White with #966129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966129; }

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

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

background-color css

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

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

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

border-color css

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

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

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