Html Css Color HEX #706453 Coffee

📋 copy color: '#706453'

red 112 ◦ green 100 ◦ blue 83

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

Shades of Coffee #706453

Tints of Coffee #706453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.9%

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

R = 37.97%
G = 33.9%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#706453 (or 0x706453) is known color: Coffee. HEX triplet: 70, 64 and 53. RGB value is (112,100,83). Sum of RGB (Red+Green+Blue) = 112+100+83=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706453 is #8F9BAC. Grayscale: #656565. Windows color (decimal): -9411501 or 5465200. OLE color: 5465200.

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

Color convert

RGB 112 100 83 -
CMYK 0 0.11 0.26 0.56
HSL 35.17º 0.15% 0.38% -
HSV(B) 35.17º 0.26% 0.44% -
XYZ 12.8 13.18 10.05 -
YUV 101.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 112 100 83 0 0.11 0.26 0.56 35.17 0.15 0.38
Hex 70 64 53 0 B 1A 38 23 F 26
Octal 160 144 123 0 13 32 70 43 17 46
Binary 1110000 1100100 1010011 0 1011 11010 111000 100011 1111 100110

Color Harmonies of #706453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706453

Black with #706453

Text Example


Text Example

White with #706453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706453; }

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

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

background-color css

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

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

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

border-color css

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

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

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