Html Css Color HEX #86564A Ironstone

📋 copy color: '#86564A'

red 134 ◦ green 86 ◦ blue 74

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

Shades of Ironstone #86564A

Tints of Ironstone #86564A

RGB

 RED value IS 134 (52.73% from 255) = 45.58%

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

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 45.58%
G = 29.25%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#86564A (or 0x86564A) is known color: Ironstone. HEX triplet: 86, 56 and 4A. RGB value is (134,86,74). Sum of RGB (Red+Green+Blue) = 134+86+74=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86564A is #79A9B5. Grayscale: #636363. Windows color (decimal): -7973302 or 4871814. OLE color: 4871814.

HSL color Cylindrical-coordinate representation of color #86564A: hue angle of 12º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86564A is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 74 -
CMYK 0 0.36 0.45 0.47
HSL 12º 0.29% 0.41% -
HSV(B) 12º 0.45% 0.53% -
XYZ 14.4 12.22 8.08 -
YUV 98.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 134 86 74 0 0.36 0.45 0.47 12 0.29 0.41
Hex 86 56 4A 0 24 2D 2F C 1D 29
Octal 206 126 112 0 44 55 57 14 35 51
Binary 10000110 1010110 1001010 0 100100 101101 101111 1100 11101 101001

Color Harmonies of #86564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86564A

Black with #86564A

Text Example


Text Example

White with #86564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86564A; }

 p { color: rgb(134,86,74); }

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

background-color css

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

 a { background-color: rgb(134,86,74); }

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

border-color css

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

 span { border-color: rgb(134,86,74); }

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