Html Css Color HEX #965718 Afghan Tan

📋 copy color: '#965718'

red 150 ◦ green 87 ◦ blue 24

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

Shades of Afghan Tan #965718

Tints of Afghan Tan #965718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.33%

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 57.47%
G = 33.33%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#965718 (or 0x965718) is known color: Afghan Tan. HEX triplet: 96, 57 and 18. RGB value is (150,87,24). Sum of RGB (Red+Green+Blue) = 150+87+24=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #965718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965718 is #69A8E7. Grayscale: #626262. Windows color (decimal): -6924520 or 1595286. OLE color: 1595286.

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

Color convert

RGB 150 87 24 -
CMYK 0 0.42 0.84 0.41
HSL 30º 0.72% 0.34% -
HSV(B) 30º 0.84% 0.59% -
XYZ 16.15 13.37 2.59 -
YUV 98.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 150 87 24 0 0.42 0.84 0.41 30 0.72 0.34
Hex 96 57 18 0 2A 54 29 1E 48 22
Octal 226 127 30 0 52 124 51 36 110 42
Binary 10010110 1010111 11000 0 101010 1010100 101001 11110 1001000 100010

Color Harmonies of #965718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965718

Black with #965718

Text Example


Text Example

White with #965718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965718; }

 p { color: rgb(150,87,24); }

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

background-color css

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

 a { background-color: rgb(150,87,24); }

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

border-color css

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

 span { border-color: rgb(150,87,24); }

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