Html Css Color HEX #70685B Coffee

📋 copy color: '#70685B'

red 112 ◦ green 104 ◦ blue 91

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

Shades of Coffee #70685B

Tints of Coffee #70685B

RGB

 RED value IS 112 (44.14% from 255) = 36.48%

 GREEN value IS 104 (41.02% from 255) = 33.88%

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 36.48%
G = 33.88%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70685B (or 0x70685B) is known color: Coffee. HEX triplet: 70, 68 and 5B. RGB value is (112,104,91). Sum of RGB (Red+Green+Blue) = 112+104+91=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #70685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70685B is #8F97A4. Grayscale: #686868. Windows color (decimal): -9410469 or 5990512. OLE color: 5990512.

HSL color Cylindrical-coordinate representation of color #70685B: hue angle of 37.14º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70685B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 91 -
CMYK 0 0.07 0.19 0.56
HSL 37.14º 0.1% 0.4% -
HSV(B) 37.14º 0.19% 0.44% -
XYZ 13.52 14.1 11.91 -
YUV 104.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 112 104 91 0 0.07 0.19 0.56 37.14 0.1 0.4
Hex 70 68 5B 0 7 13 38 25 A 28
Octal 160 150 133 0 7 23 70 45 12 50
Binary 1110000 1101000 1011011 0 111 10011 111000 100101 1010 101000

Color Harmonies of #70685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70685B

Black with #70685B

Text Example


Text Example

White with #70685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70685B; }

 p { color: rgb(112,104,91); }

 H1.HeaderClassName
 {
   color: #70685B;
 }
 .AnyTagClassName
 {
   color: #70685B;
 }
</style>

background-color css

<style>
 a { background-color: #70685B; }

 a { background-color: rgb(112,104,91); }

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

border-color css

<style>
 span { border-color: #70685B; }

 span { border-color: rgb(112,104,91); }

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