Html Css Color HEX #965417 Afghan Tan

📋 copy color: '#965417'

red 150 ◦ green 84 ◦ blue 23

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

Shades of Afghan Tan #965417

Tints of Afghan Tan #965417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

 BLUE value IS 23 (9.38% from 255) = 8.95%

R = 58.37%
G = 32.68%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#965417 (or 0x965417) is known color: Afghan Tan. HEX triplet: 96, 54 and 17. RGB value is (150,84,23). Sum of RGB (Red+Green+Blue) = 150+84+23=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #965417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965417 is #69ABE8. Grayscale: #616161. Windows color (decimal): -6925289 or 1528982. OLE color: 1528982.

HSL color Cylindrical-coordinate representation of color #965417: hue angle of 28.82º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #965417 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 84 23 -
CMYK 0 0.44 0.85 0.41
HSL 28.82º 0.73% 0.34% -
HSV(B) 28.82º 0.85% 0.59% -
XYZ 15.9 12.89 2.46 -
YUV 96.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 150 84 23 0 0.44 0.85 0.41 28.82 0.73 0.34
Hex 96 54 17 0 2C 55 29 1D 49 22
Octal 226 124 27 0 54 125 51 35 111 42
Binary 10010110 1010100 10111 0 101100 1010101 101001 11101 1001001 100010

Color Harmonies of #965417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965417

Black with #965417

Text Example


Text Example

White with #965417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965417; }

 p { color: rgb(150,84,23); }

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

background-color css

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

 a { background-color: rgb(150,84,23); }

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

border-color css

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

 span { border-color: rgb(150,84,23); }

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