Html Css Color HEX #706652 Coffee

📋 copy color: '#706652'

red 112 ◦ green 102 ◦ blue 82

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

Shades of Coffee #706652

Tints of Coffee #706652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 37.84%
G = 34.46%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#706652 (or 0x706652) is known color: Coffee. HEX triplet: 70, 66 and 52. RGB value is (112,102,82). Sum of RGB (Red+Green+Blue) = 112+102+82=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706652 is #8F99AD. Grayscale: #666666. Windows color (decimal): -9410990 or 5400176. OLE color: 5400176.

HSL color Cylindrical-coordinate representation of color #706652: hue angle of 40º 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 #706652 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 82 -
CMYK 0 0.09 0.27 0.56
HSL 40º 0.15% 0.38% -
HSV(B) 40º 0.27% 0.44% -
XYZ 12.96 13.56 9.92 -
YUV 102.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 112 102 82 0 0.09 0.27 0.56 40 0.15 0.38
Hex 70 66 52 0 9 1B 38 28 F 26
Octal 160 146 122 0 11 33 70 50 17 46
Binary 1110000 1100110 1010010 0 1001 11011 111000 101000 1111 100110

Color Harmonies of #706652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706652

Black with #706652

Text Example


Text Example

White with #706652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706652; }

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

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

background-color css

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

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

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

border-color css

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

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

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