Html Css Color HEX #806B5E Roman Coffee

📋 copy color: '#806B5E'

red 128 ◦ green 107 ◦ blue 94

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

Shades of Roman Coffee #806B5E

Tints of Roman Coffee #806B5E

RGB

 RED value IS 128 (50.39% from 255) = 38.91%

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 38.91%
G = 32.52%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#806B5E (or 0x806B5E) is known color: Roman Coffee. HEX triplet: 80, 6B and 5E. RGB value is (128,107,94). Sum of RGB (Red+Green+Blue) = 128+107+94=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B5E is #7F94A1. Grayscale: #6F6F6F. Windows color (decimal): -8361122 or 6187904. OLE color: 6187904.

HSL color Cylindrical-coordinate representation of color #806B5E: hue angle of 22.94º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #806B5E is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 107 94 -
CMYK 0 0.16 0.27 0.50
HSL 22.94º 0.15% 0.44% -
HSV(B) 22.94º 0.27% 0.5% -
XYZ 16.18 15.91 12.81 -
YUV 111.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 128 107 94 0 0.16 0.27 0.50 22.94 0.15 0.44
Hex 80 6B 5E 0 10 1B 32 17 F 2C
Octal 200 153 136 0 20 33 62 27 17 54
Binary 10000000 1101011 1011110 0 10000 11011 110010 10111 1111 101100

Color Harmonies of #806B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B5E

Black with #806B5E

Text Example


Text Example

White with #806B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806B5E; }

 p { color: rgb(128,107,94); }

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

background-color css

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

 a { background-color: rgb(128,107,94); }

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

border-color css

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

 span { border-color: rgb(128,107,94); }

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