Html Css Color HEX #965618 Afghan Tan

📋 copy color: '#965618'

red 150 ◦ green 86 ◦ blue 24

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

Shades of Afghan Tan #965618

Tints of Afghan Tan #965618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.08%

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

R = 57.69%
G = 33.08%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#965618 (or 0x965618) is known color: Afghan Tan. HEX triplet: 96, 56 and 18. RGB value is (150,86,24). Sum of RGB (Red+Green+Blue) = 150+86+24=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #965618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965618 is #69A9E7. Grayscale: #626262. Windows color (decimal): -6924776 or 1595030. OLE color: 1595030.

HSL color Cylindrical-coordinate representation of color #965618: hue angle of 29.52º 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 #965618 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 24 -
CMYK 0 0.43 0.84 0.41
HSL 29.52º 0.72% 0.34% -
HSV(B) 29.52º 0.84% 0.59% -
XYZ 16.07 13.21 2.57 -
YUV 98.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 150 86 24 0 0.43 0.84 0.41 29.52 0.72 0.34
Hex 96 56 18 0 2B 54 29 1E 48 22
Octal 226 126 30 0 53 124 51 36 110 42
Binary 10010110 1010110 11000 0 101011 1010100 101001 11110 1001000 100010

Color Harmonies of #965618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965618

Black with #965618

Text Example


Text Example

White with #965618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965618; }

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

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

background-color css

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

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

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

border-color css

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

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

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