Html Css Color HEX #706553 Coffee

📋 copy color: '#706553'

red 112 ◦ green 101 ◦ blue 83

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

Shades of Coffee #706553

Tints of Coffee #706553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

 BLUE value IS 83 (32.81% from 255) = 28.04%

R = 37.84%
G = 34.12%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#706553 (or 0x706553) is known color: Coffee. HEX triplet: 70, 65 and 53. RGB value is (112,101,83). Sum of RGB (Red+Green+Blue) = 112+101+83=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706553 is #8F9AAC. Grayscale: #666666. Windows color (decimal): -9411245 or 5465456. OLE color: 5465456.

HSL color Cylindrical-coordinate representation of color #706553: hue angle of 37.24º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706553 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 83 -
CMYK 0 0.10 0.26 0.56
HSL 37.24º 0.15% 0.38% -
HSV(B) 37.24º 0.26% 0.44% -
XYZ 12.9 13.38 10.09 -
YUV 102.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 112 101 83 0 0.10 0.26 0.56 37.24 0.15 0.38
Hex 70 65 53 0 A 1A 38 25 F 26
Octal 160 145 123 0 12 32 70 45 17 46
Binary 1110000 1100101 1010011 0 1010 11010 111000 100101 1111 100110

Color Harmonies of #706553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706553

Black with #706553

Text Example


Text Example

White with #706553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706553; }

 p { color: rgb(112,101,83); }

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

background-color css

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

 a { background-color: rgb(112,101,83); }

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

border-color css

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

 span { border-color: rgb(112,101,83); }

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