Html Css Color HEX #96632B Afghan Tan

📋 copy color: '#96632B'

red 150 ◦ green 99 ◦ blue 43

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

Shades of Afghan Tan #96632B

Tints of Afghan Tan #96632B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 51.37%
G = 33.9%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96632B (or 0x96632B) is known color: Afghan Tan. HEX triplet: 96, 63 and 2B. RGB value is (150,99,43). Sum of RGB (Red+Green+Blue) = 150+99+43=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96632B is #699CD4. Grayscale: #6C6C6C. Windows color (decimal): -6921429 or 2843542. OLE color: 2843542.

HSL color Cylindrical-coordinate representation of color #96632B: hue angle of 31.4º 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 #96632B is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 43 -
CMYK 0 0.34 0.71 0.41
HSL 31.4º 0.55% 0.38% -
HSV(B) 31.4º 0.71% 0.59% -
XYZ 17.48 15.58 4.37 -
YUV 107.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 150 99 43 0 0.34 0.71 0.41 31.4 0.55 0.38
Hex 96 63 2B 0 22 47 29 1F 37 26
Octal 226 143 53 0 42 107 51 37 67 46
Binary 10010110 1100011 101011 0 100010 1000111 101001 11111 110111 100110

Color Harmonies of #96632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96632B

Black with #96632B

Text Example


Text Example

White with #96632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96632B; }

 p { color: rgb(150,99,43); }

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

background-color css

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

 a { background-color: rgb(150,99,43); }

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

border-color css

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

 span { border-color: rgb(150,99,43); }

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