Html Css Color HEX #885614 Afghan Tan

📋 copy color: '#885614'

red 136 ◦ green 86 ◦ blue 20

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

Shades of Afghan Tan #885614

Tints of Afghan Tan #885614

RGB

 RED value IS 136 (53.52% from 255) = 56.2%

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 56.2%
G = 35.54%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#885614 (or 0x885614) is known color: Afghan Tan. HEX triplet: 88, 56 and 14. RGB value is (136,86,20). Sum of RGB (Red+Green+Blue) = 136+86+20=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #885614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885614 is #77A9EB. Grayscale: #5D5D5D. Windows color (decimal): -7842284 or 1332872. OLE color: 1332872.

HSL color Cylindrical-coordinate representation of color #885614: hue angle of 34.14º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #885614 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 86 20 -
CMYK 0 0.37 0.85 0.47
HSL 34.14º 0.74% 0.31% -
HSV(B) 34.14º 0.85% 0.53% -
XYZ 13.61 11.94 2.25 -
YUV 93.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 136 86 20 0 0.37 0.85 0.47 34.14 0.74 0.31
Hex 88 56 14 0 25 55 2F 22 4A 1F
Octal 210 126 24 0 45 125 57 42 112 37
Binary 10001000 1010110 10100 0 100101 1010101 101111 100010 1001010 11111

Color Harmonies of #885614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885614

Black with #885614

Text Example


Text Example

White with #885614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885614; }

 p { color: rgb(136,86,20); }

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

background-color css

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

 a { background-color: rgb(136,86,20); }

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

border-color css

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

 span { border-color: rgb(136,86,20); }

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