Html Css Color HEX #816A5A Roman Coffee

📋 copy color: '#816A5A'

red 129 ◦ green 106 ◦ blue 90

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

Shades of Roman Coffee #816A5A

Tints of Roman Coffee #816A5A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.62%

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 39.69%
G = 32.62%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#816A5A (or 0x816A5A) is known color: Roman Coffee. HEX triplet: 81, 6A and 5A. RGB value is (129,106,90). Sum of RGB (Red+Green+Blue) = 129+106+90=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #816A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A5A is #7E95A5. Grayscale: #6F6F6F. Windows color (decimal): -8295846 or 5925505. OLE color: 5925505.

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

Color convert

RGB 129 106 90 -
CMYK 0 0.18 0.30 0.49
HSL 24.62º 0.18% 0.43% -
HSV(B) 24.62º 0.3% 0.51% -
XYZ 16.05 15.71 11.86 -
YUV 111.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 129 106 90 0 0.18 0.30 0.49 24.62 0.18 0.43
Hex 81 6A 5A 0 12 1E 31 19 12 2B
Octal 201 152 132 0 22 36 61 31 22 53
Binary 10000001 1101010 1011010 0 10010 11110 110001 11001 10010 101011

Color Harmonies of #816A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816A5A

Black with #816A5A

Text Example


Text Example

White with #816A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,106,90); }

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

background-color css

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

 a { background-color: rgb(129,106,90); }

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

border-color css

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

 span { border-color: rgb(129,106,90); }

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