Html Css Color HEX #706258 Dorado

📋 copy color: '#706258'

red 112 ◦ green 98 ◦ blue 88

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

Shades of Dorado #706258

Tints of Dorado #706258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 37.58%
G = 32.89%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#706258 (or 0x706258) is known color: Dorado. HEX triplet: 70, 62 and 58. RGB value is (112,98,88). Sum of RGB (Red+Green+Blue) = 112+98+88=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #706258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706258 is #8F9DA7. Grayscale: #656565. Windows color (decimal): -9412008 or 5792368. OLE color: 5792368.

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

Color convert

RGB 112 98 88 -
CMYK 0 0.13 0.21 0.56
HSL 25º 0.12% 0.39% -
HSV(B) 25º 0.21% 0.44% -
XYZ 12.81 12.88 11.04 -
YUV 101.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 112 98 88 0 0.13 0.21 0.56 25 0.12 0.39
Hex 70 62 58 0 D 15 38 19 C 27
Octal 160 142 130 0 15 25 70 31 14 47
Binary 1110000 1100010 1011000 0 1101 10101 111000 11001 1100 100111

Color Harmonies of #706258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706258

Black with #706258

Text Example


Text Example

White with #706258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706258; }

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

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

background-color css

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

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

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

border-color css

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

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

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