Html Css Color HEX #96602C Afghan Tan

📋 copy color: '#96602C'

red 150 ◦ green 96 ◦ blue 44

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

Shades of Afghan Tan #96602C

Tints of Afghan Tan #96602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 51.72%
G = 33.1%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96602C (or 0x96602C) is known color: Afghan Tan. HEX triplet: 96, 60 and 2C. RGB value is (150,96,44). Sum of RGB (Red+Green+Blue) = 150+96+44=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96602C is #699FD3. Grayscale: #6A6A6A. Windows color (decimal): -6922196 or 2908310. OLE color: 2908310.

HSL color Cylindrical-coordinate representation of color #96602C: hue angle of 29.43º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96602C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 44 -
CMYK 0 0.36 0.71 0.41
HSL 29.43º 0.55% 0.38% -
HSV(B) 29.43º 0.71% 0.59% -
XYZ 17.22 15.03 4.38 -
YUV 106.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 150 96 44 0 0.36 0.71 0.41 29.43 0.55 0.38
Hex 96 60 2C 0 24 47 29 1D 37 26
Octal 226 140 54 0 44 107 51 35 67 46
Binary 10010110 1100000 101100 0 100100 1000111 101001 11101 110111 100110

Color Harmonies of #96602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96602C

Black with #96602C

Text Example


Text Example

White with #96602C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,96,44); }

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

background-color css

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

 a { background-color: rgb(150,96,44); }

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

border-color css

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

 span { border-color: rgb(150,96,44); }

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