Html Css Color HEX #816F58 Cement

📋 copy color: '#816F58'

red 129 ◦ green 111 ◦ blue 88

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

Shades of Cement #816F58

Tints of Cement #816F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.84%

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

R = 39.33%
G = 33.84%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#816F58 (or 0x816F58) is known color: Cement. HEX triplet: 81, 6F and 58. RGB value is (129,111,88). Sum of RGB (Red+Green+Blue) = 129+111+88=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #816F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F58 is #7E90A7. Grayscale: #717171. Windows color (decimal): -8294568 or 5795713. OLE color: 5795713.

HSL color Cylindrical-coordinate representation of color #816F58: hue angle of 33.66º 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 #816F58 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 111 88 -
CMYK 0 0.14 0.32 0.49
HSL 33.66º 0.19% 0.43% -
HSV(B) 33.66º 0.32% 0.51% -
XYZ 16.5 16.74 11.59 -
YUV 113.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 129 111 88 0 0.14 0.32 0.49 33.66 0.19 0.43
Hex 81 6F 58 0 E 20 31 22 13 2B
Octal 201 157 130 0 16 40 61 42 23 53
Binary 10000001 1101111 1011000 0 1110 100000 110001 100010 10011 101011

Color Harmonies of #816F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816F58

Black with #816F58

Text Example


Text Example

White with #816F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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