Html Css Color HEX #966529 Afghan Tan

📋 copy color: '#966529'

red 150 ◦ green 101 ◦ blue 41

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

Shades of Afghan Tan #966529

Tints of Afghan Tan #966529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 51.37%
G = 34.59%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#966529 (or 0x966529) is known color: Afghan Tan. HEX triplet: 96, 65 and 29. RGB value is (150,101,41). Sum of RGB (Red+Green+Blue) = 150+101+41=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #966529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966529 is #699AD6. Grayscale: #6D6D6D. Windows color (decimal): -6920919 or 2712982. OLE color: 2712982.

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

Color convert

RGB 150 101 41 -
CMYK 0 0.33 0.73 0.41
HSL 33.03º 0.57% 0.37% -
HSV(B) 33.03º 0.73% 0.59% -
XYZ 17.63 15.95 4.25 -
YUV 108.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 150 101 41 0 0.33 0.73 0.41 33.03 0.57 0.37
Hex 96 65 29 0 21 49 29 21 39 25
Octal 226 145 51 0 41 111 51 41 71 45
Binary 10010110 1100101 101001 0 100001 1001001 101001 100001 111001 100101

Color Harmonies of #966529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966529

Black with #966529

Text Example


Text Example

White with #966529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966529; }

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

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

background-color css

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

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

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

border-color css

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

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

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