Html Css Color HEX #816E58 Cement

📋 copy color: '#816E58'

red 129 ◦ green 110 ◦ blue 88

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

Shades of Cement #816E58

Tints of Cement #816E58

RGB

 RED value IS 129 (50.78% from 255) = 39.45%

 GREEN value IS 110 (43.36% from 255) = 33.64%

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

R = 39.45%
G = 33.64%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#816E58 (or 0x816E58) is known color: Cement. HEX triplet: 81, 6E and 58. RGB value is (129,110,88). Sum of RGB (Red+Green+Blue) = 129+110+88=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #816E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E58 is #7E91A7. Grayscale: #717171. Windows color (decimal): -8294824 or 5795457. OLE color: 5795457.

HSL color Cylindrical-coordinate representation of color #816E58: hue angle of 32.2º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816E58 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 110 88 -
CMYK 0 0.15 0.32 0.49
HSL 32.2º 0.19% 0.43% -
HSV(B) 32.2º 0.32% 0.51% -
XYZ 16.39 16.52 11.56 -
YUV 113.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 129 110 88 0 0.15 0.32 0.49 32.2 0.19 0.43
Hex 81 6E 58 0 F 20 31 20 13 2B
Octal 201 156 130 0 17 40 61 40 23 53
Binary 10000001 1101110 1011000 0 1111 100000 110001 100000 10011 101011

Color Harmonies of #816E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E58

Black with #816E58

Text Example


Text Example

White with #816E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816E58; }

 p { color: rgb(129,110,88); }

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

background-color css

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

 a { background-color: rgb(129,110,88); }

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

border-color css

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

 span { border-color: rgb(129,110,88); }

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