Html Css Color HEX #965619 Afghan Tan

📋 copy color: '#965619'

red 150 ◦ green 86 ◦ blue 25

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

Shades of Afghan Tan #965619

Tints of Afghan Tan #965619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 57.47%
G = 32.95%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#965619 (or 0x965619) is known color: Afghan Tan. HEX triplet: 96, 56 and 19. RGB value is (150,86,25). Sum of RGB (Red+Green+Blue) = 150+86+25=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #965619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965619 is #69A9E6. Grayscale: #626262. Windows color (decimal): -6924775 or 1660566. OLE color: 1660566.

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

Color convert

RGB 150 86 25 -
CMYK 0 0.43 0.83 0.41
HSL 29.28º 0.71% 0.34% -
HSV(B) 29.28º 0.83% 0.59% -
XYZ 16.08 13.21 2.62 -
YUV 98.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 150 86 25 0 0.43 0.83 0.41 29.28 0.71 0.34
Hex 96 56 19 0 2B 53 29 1D 47 22
Octal 226 126 31 0 53 123 51 35 107 42
Binary 10010110 1010110 11001 0 101011 1010011 101001 11101 1000111 100010

Color Harmonies of #965619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965619

Black with #965619

Text Example


Text Example

White with #965619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965619; }

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

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

background-color css

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

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

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

border-color css

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

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

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