Html Css Color HEX #966527 Afghan Tan

📋 copy color: '#966527'

red 150 ◦ green 101 ◦ blue 39

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

Shades of Afghan Tan #966527

Tints of Afghan Tan #966527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 51.72%
G = 34.83%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#966527 (or 0x966527) is known color: Afghan Tan. HEX triplet: 96, 65 and 27. RGB value is (150,101,39). Sum of RGB (Red+Green+Blue) = 150+101+39=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #966527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966527 is #699AD8. Grayscale: #6C6C6C. Windows color (decimal): -6920921 or 2581910. OLE color: 2581910.

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

Color convert

RGB 150 101 39 -
CMYK 0 0.33 0.74 0.41
HSL 33.51º 0.59% 0.37% -
HSV(B) 33.51º 0.74% 0.59% -
XYZ 17.6 15.94 4.07 -
YUV 108.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 150 101 39 0 0.33 0.74 0.41 33.51 0.59 0.37
Hex 96 65 27 0 21 4A 29 22 3B 25
Octal 226 145 47 0 41 112 51 42 73 45
Binary 10010110 1100101 100111 0 100001 1001010 101001 100010 111011 100101

Color Harmonies of #966527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966527

Black with #966527

Text Example


Text Example

White with #966527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966527; }

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

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

background-color css

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

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

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

border-color css

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

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

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