Html Css Color HEX #706257 Dorado

📋 copy color: '#706257'

red 112 ◦ green 98 ◦ blue 87

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

Shades of Dorado #706257

Tints of Dorado #706257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 37.71%
G = 33%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#706257 (or 0x706257) is known color: Dorado. HEX triplet: 70, 62 and 57. RGB value is (112,98,87). Sum of RGB (Red+Green+Blue) = 112+98+87=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706257 is #8F9DA8. Grayscale: #646464. Windows color (decimal): -9412009 or 5726832. OLE color: 5726832.

HSL color Cylindrical-coordinate representation of color #706257: hue angle of 26.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706257 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 87 -
CMYK 0 0.13 0.22 0.56
HSL 26.4º 0.13% 0.39% -
HSV(B) 26.4º 0.22% 0.44% -
XYZ 12.77 12.87 10.83 -
YUV 100.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 112 98 87 0 0.13 0.22 0.56 26.4 0.13 0.39
Hex 70 62 57 0 D 16 38 1A D 27
Octal 160 142 127 0 15 26 70 32 15 47
Binary 1110000 1100010 1010111 0 1101 10110 111000 11010 1101 100111

Color Harmonies of #706257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706257

Black with #706257

Text Example


Text Example

White with #706257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706257; }

 p { color: rgb(112,98,87); }

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

background-color css

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

 a { background-color: rgb(112,98,87); }

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

border-color css

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

 span { border-color: rgb(112,98,87); }

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