Html Css Color HEX #865645 Ironstone

📋 copy color: '#865645'

red 134 ◦ green 86 ◦ blue 69

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

Shades of Ironstone #865645

Tints of Ironstone #865645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 46.37%
G = 29.76%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865645 (or 0x865645) is known color: Ironstone. HEX triplet: 86, 56 and 45. RGB value is (134,86,69). Sum of RGB (Red+Green+Blue) = 134+86+69=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #865645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865645 is #79A9BA. Grayscale: #626262. Windows color (decimal): -7973307 or 4544134. OLE color: 4544134.

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

Color convert

RGB 134 86 69 -
CMYK 0 0.36 0.49 0.47
HSL 15.69º 0.32% 0.4% -
HSV(B) 15.69º 0.49% 0.53% -
XYZ 14.23 12.15 7.23 -
YUV 98.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 134 86 69 0 0.36 0.49 0.47 15.69 0.32 0.4
Hex 86 56 45 0 24 31 2F 10 20 28
Octal 206 126 105 0 44 61 57 20 40 50
Binary 10000110 1010110 1000101 0 100100 110001 101111 10000 100000 101000

Color Harmonies of #865645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865645

Black with #865645

Text Example


Text Example

White with #865645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865645; }

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

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

background-color css

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

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

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

border-color css

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

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

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