Html Css Color HEX #867458 Cement

📋 copy color: '#867458'

red 134 ◦ green 116 ◦ blue 88

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

Shades of Cement #867458

Tints of Cement #867458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 88 (34.77% from 255) = 26.04%

R = 39.64%
G = 34.32%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#867458 (or 0x867458) is known color: Cement. HEX triplet: 86, 74 and 58. RGB value is (134,116,88). Sum of RGB (Red+Green+Blue) = 134+116+88=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #867458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867458 is #798BA7. Grayscale: #767676. Windows color (decimal): -7965608 or 5796998. OLE color: 5796998.

HSL color Cylindrical-coordinate representation of color #867458: hue angle of 36.52º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867458 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 116 88 -
CMYK 0 0.13 0.34 0.47
HSL 36.52º 0.21% 0.44% -
HSV(B) 36.52º 0.34% 0.53% -
XYZ 17.84 18.26 11.82 -
YUV 118.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 134 116 88 0 0.13 0.34 0.47 36.52 0.21 0.44
Hex 86 74 58 0 D 22 2F 25 15 2C
Octal 206 164 130 0 15 42 57 45 25 54
Binary 10000110 1110100 1011000 0 1101 100010 101111 100101 10101 101100

Color Harmonies of #867458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867458

Black with #867458

Text Example


Text Example

White with #867458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867458; }

 p { color: rgb(134,116,88); }

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

background-color css

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

 a { background-color: rgb(134,116,88); }

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

border-color css

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

 span { border-color: rgb(134,116,88); }

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