Html Css Color HEX #865641 Ironstone

📋 copy color: '#865641'

red 134 ◦ green 86 ◦ blue 65

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

Shades of Ironstone #865641

Tints of Ironstone #865641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 47.02%
G = 30.18%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865641 (or 0x865641) is known color: Ironstone. HEX triplet: 86, 56 and 41. RGB value is (134,86,65). Sum of RGB (Red+Green+Blue) = 134+86+65=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #865641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865641 is #79A9BE. Grayscale: #626262. Windows color (decimal): -7973311 or 4281990. OLE color: 4281990.

HSL color Cylindrical-coordinate representation of color #865641: hue angle of 18.26º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865641 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 65 -
CMYK 0 0.36 0.51 0.47
HSL 18.26º 0.35% 0.39% -
HSV(B) 18.26º 0.51% 0.53% -
XYZ 14.11 12.11 6.59 -
YUV 97.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 134 86 65 0 0.36 0.51 0.47 18.26 0.35 0.39
Hex 86 56 41 0 24 33 2F 12 23 27
Octal 206 126 101 0 44 63 57 22 43 47
Binary 10000110 1010110 1000001 0 100100 110011 101111 10010 100011 100111

Color Harmonies of #865641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865641

Black with #865641

Text Example


Text Example

White with #865641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865641; }

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

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

background-color css

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

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

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

border-color css

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

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

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