Html Css Color HEX #70655F Dorado

📋 copy color: '#70655F'

red 112 ◦ green 101 ◦ blue 95

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

Shades of Dorado #70655F

Tints of Dorado #70655F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 36.36%
G = 32.79%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70655F (or 0x70655F) is known color: Dorado. HEX triplet: 70, 65 and 5F. RGB value is (112,101,95). Sum of RGB (Red+Green+Blue) = 112+101+95=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70655F is #8F9AA0. Grayscale: #676767. Windows color (decimal): -9411233 or 6251888. OLE color: 6251888.

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

Color convert

RGB 112 101 95 -
CMYK 0 0.10 0.15 0.56
HSL 21.18º 0.08% 0.41% -
HSV(B) 21.18º 0.15% 0.44% -
XYZ 13.4 13.58 12.74 -
YUV 103.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 112 101 95 0 0.10 0.15 0.56 21.18 0.08 0.41
Hex 70 65 5F 0 A F 38 15 8 29
Octal 160 145 137 0 12 17 70 25 10 51
Binary 1110000 1100101 1011111 0 1010 1111 111000 10101 1000 101001

Color Harmonies of #70655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70655F

Black with #70655F

Text Example


Text Example

White with #70655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70655F; }

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

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

background-color css

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

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

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

border-color css

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

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

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