Html Css Color HEX #966328 Afghan Tan

📋 copy color: '#966328'

red 150 ◦ green 99 ◦ blue 40

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

Shades of Afghan Tan #966328

Tints of Afghan Tan #966328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 51.9%
G = 34.26%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#966328 (or 0x966328) is known color: Afghan Tan. HEX triplet: 96, 63 and 28. RGB value is (150,99,40). Sum of RGB (Red+Green+Blue) = 150+99+40=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #966328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966328 is #699CD7. Grayscale: #6B6B6B. Windows color (decimal): -6921432 or 2646934. OLE color: 2646934.

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

Color convert

RGB 150 99 40 -
CMYK 0 0.34 0.73 0.41
HSL 32.18º 0.58% 0.37% -
HSV(B) 32.18º 0.73% 0.59% -
XYZ 17.42 15.56 4.09 -
YUV 107.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 150 99 40 0 0.34 0.73 0.41 32.18 0.58 0.37
Hex 96 63 28 0 22 49 29 20 3A 25
Octal 226 143 50 0 42 111 51 40 72 45
Binary 10010110 1100011 101000 0 100010 1001001 101001 100000 111010 100101

Color Harmonies of #966328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966328

Black with #966328

Text Example


Text Example

White with #966328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966328; }

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

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

background-color css

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

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

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

border-color css

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

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

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