Html Css Color HEX #706552 Coffee

📋 copy color: '#706552'

red 112 ◦ green 101 ◦ blue 82

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

Shades of Coffee #706552

Tints of Coffee #706552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 37.97%
G = 34.24%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#706552 (or 0x706552) is known color: Coffee. HEX triplet: 70, 65 and 52. RGB value is (112,101,82). Sum of RGB (Red+Green+Blue) = 112+101+82=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706552 is #8F9AAD. Grayscale: #666666. Windows color (decimal): -9411246 or 5399920. OLE color: 5399920.

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

Color convert

RGB 112 101 82 -
CMYK 0 0.10 0.27 0.56
HSL 38º 0.15% 0.38% -
HSV(B) 38º 0.27% 0.44% -
XYZ 12.86 13.36 9.88 -
YUV 102.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 112 101 82 0 0.10 0.27 0.56 38 0.15 0.38
Hex 70 65 52 0 A 1B 38 26 F 26
Octal 160 145 122 0 12 33 70 46 17 46
Binary 1110000 1100101 1010010 0 1010 11011 111000 100110 1111 100110

Color Harmonies of #706552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706552

Black with #706552

Text Example


Text Example

White with #706552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706552; }

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

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

background-color css

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

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

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

border-color css

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

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

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