Html Css Color HEX #866B52 Cement

📋 copy color: '#866B52'

red 134 ◦ green 107 ◦ blue 82

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

Shades of Cement #866B52

Tints of Cement #866B52

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 41.49%
G = 33.13%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#866B52 (or 0x866B52) is known color: Cement. HEX triplet: 86, 6B and 52. RGB value is (134,107,82). Sum of RGB (Red+Green+Blue) = 134+107+82=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #866B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B52 is #7994AD. Grayscale: #707070. Windows color (decimal): -7967918 or 5401478. OLE color: 5401478.

HSL color Cylindrical-coordinate representation of color #866B52: hue angle of 28.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #866B52 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 107 82 -
CMYK 0 0.20 0.39 0.47
HSL 28.85º 0.24% 0.42% -
HSV(B) 28.85º 0.39% 0.53% -
XYZ 16.61 16.19 10.23 -
YUV 112.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 134 107 82 0 0.20 0.39 0.47 28.85 0.24 0.42
Hex 86 6B 52 0 14 27 2F 1D 18 2A
Octal 206 153 122 0 24 47 57 35 30 52
Binary 10000110 1101011 1010010 0 10100 100111 101111 11101 11000 101010

Color Harmonies of #866B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B52

Black with #866B52

Text Example


Text Example

White with #866B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866B52; }

 p { color: rgb(134,107,82); }

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

background-color css

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

 a { background-color: rgb(134,107,82); }

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

border-color css

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

 span { border-color: rgb(134,107,82); }

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