Html Css Color HEX #806B5F Roman Coffee

📋 copy color: '#806B5F'

red 128 ◦ green 107 ◦ blue 95

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

Shades of Roman Coffee #806B5F

Tints of Roman Coffee #806B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 38.79%
G = 32.42%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#806B5F (or 0x806B5F) is known color: Roman Coffee. HEX triplet: 80, 6B and 5F. RGB value is (128,107,95). Sum of RGB (Red+Green+Blue) = 128+107+95=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B5F is #7F94A0. Grayscale: #6F6F6F. Windows color (decimal): -8361121 or 6253440. OLE color: 6253440.

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

Color convert

RGB 128 107 95 -
CMYK 0 0.16 0.26 0.50
HSL 21.82º 0.15% 0.44% -
HSV(B) 21.82º 0.26% 0.5% -
XYZ 16.23 15.93 13.05 -
YUV 111.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 128 107 95 0 0.16 0.26 0.50 21.82 0.15 0.44
Hex 80 6B 5F 0 10 1A 32 16 F 2C
Octal 200 153 137 0 20 32 62 26 17 54
Binary 10000000 1101011 1011111 0 10000 11010 110010 10110 1111 101100

Color Harmonies of #806B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B5F

Black with #806B5F

Text Example


Text Example

White with #806B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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