Html Css Color HEX #70615A Dorado

📋 copy color: '#70615A'

red 112 ◦ green 97 ◦ blue 90

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

Shades of Dorado #70615A

Tints of Dorado #70615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 37.46%
G = 32.44%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70615A (or 0x70615A) is known color: Dorado. HEX triplet: 70, 61 and 5A. RGB value is (112,97,90). Sum of RGB (Red+Green+Blue) = 112+97+90=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #70615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70615A is #8F9EA5. Grayscale: #646464. Windows color (decimal): -9412262 or 5923184. OLE color: 5923184.

HSL color Cylindrical-coordinate representation of color #70615A: hue angle of 19.09º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70615A is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 97 90 -
CMYK 0 0.13 0.20 0.56
HSL 19.09º 0.11% 0.4% -
HSV(B) 19.09º 0.2% 0.44% -
XYZ 12.8 12.73 11.46 -
YUV 100.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 112 97 90 0 0.13 0.20 0.56 19.09 0.11 0.4
Hex 70 61 5A 0 D 14 38 13 B 28
Octal 160 141 132 0 15 24 70 23 13 50
Binary 1110000 1100001 1011010 0 1101 10100 111000 10011 1011 101000

Color Harmonies of #70615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70615A

Black with #70615A

Text Example


Text Example

White with #70615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70615A; }

 p { color: rgb(112,97,90); }

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

background-color css

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

 a { background-color: rgb(112,97,90); }

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

border-color css

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

 span { border-color: rgb(112,97,90); }

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