Html Css Color HEX #966623 Afghan Tan

📋 copy color: '#966623'

red 150 ◦ green 102 ◦ blue 35

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

Shades of Afghan Tan #966623

Tints of Afghan Tan #966623

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 52.26%
G = 35.54%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#966623 (or 0x966623) is known color: Afghan Tan. HEX triplet: 96, 66 and 23. RGB value is (150,102,35). Sum of RGB (Red+Green+Blue) = 150+102+35=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #966623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966623 is #6999DC. Grayscale: #6D6D6D. Windows color (decimal): -6920669 or 2320022. OLE color: 2320022.

HSL color Cylindrical-coordinate representation of color #966623: hue angle of 34.96º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #966623 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 35 -
CMYK 0 0.32 0.77 0.41
HSL 34.96º 0.62% 0.36% -
HSV(B) 34.96º 0.77% 0.59% -
XYZ 17.63 16.11 3.77 -
YUV 108.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 150 102 35 0 0.32 0.77 0.41 34.96 0.62 0.36
Hex 96 66 23 0 20 4D 29 23 3E 24
Octal 226 146 43 0 40 115 51 43 76 44
Binary 10010110 1100110 100011 0 100000 1001101 101001 100011 111110 100100

Color Harmonies of #966623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966623

Black with #966623

Text Example


Text Example

White with #966623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966623; }

 p { color: rgb(150,102,35); }

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

background-color css

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

 a { background-color: rgb(150,102,35); }

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

border-color css

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

 span { border-color: rgb(150,102,35); }

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