Html Css Color HEX #96551C Afghan Tan

📋 copy color: '#96551C'

red 150 ◦ green 85 ◦ blue 28

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

Shades of Afghan Tan #96551C

Tints of Afghan Tan #96551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 57.03%
G = 32.32%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96551C (or 0x96551C) is known color: Afghan Tan. HEX triplet: 96, 55 and 1C. RGB value is (150,85,28). Sum of RGB (Red+Green+Blue) = 150+85+28=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96551C is #69AAE3. Grayscale: #626262. Windows color (decimal): -6925028 or 1856918. OLE color: 1856918.

HSL color Cylindrical-coordinate representation of color #96551C: hue angle of 28.03º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96551C is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 28 -
CMYK 0 0.43 0.81 0.41
HSL 28.03º 0.69% 0.35% -
HSV(B) 28.03º 0.81% 0.59% -
XYZ 16.04 13.06 2.78 -
YUV 97.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 150 85 28 0 0.43 0.81 0.41 28.03 0.69 0.35
Hex 96 55 1C 0 2B 51 29 1C 45 23
Octal 226 125 34 0 53 121 51 34 105 43
Binary 10010110 1010101 11100 0 101011 1010001 101001 11100 1000101 100011

Color Harmonies of #96551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96551C

Black with #96551C

Text Example


Text Example

White with #96551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96551C; }

 p { color: rgb(150,85,28); }

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

background-color css

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

 a { background-color: rgb(150,85,28); }

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

border-color css

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

 span { border-color: rgb(150,85,28); }

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