Html Css Color HEX #70635A Dorado

📋 copy color: '#70635A'

red 112 ◦ green 99 ◦ blue 90

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

Shades of Dorado #70635A

Tints of Dorado #70635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 37.21%
G = 32.89%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70635A (or 0x70635A) is known color: Dorado. HEX triplet: 70, 63 and 5A. RGB value is (112,99,90). Sum of RGB (Red+Green+Blue) = 112+99+90=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #70635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70635A is #8F9CA5. Grayscale: #656565. Windows color (decimal): -9411750 or 5923696. OLE color: 5923696.

HSL color Cylindrical-coordinate representation of color #70635A: hue angle of 24.55º 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 #70635A is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 90 -
CMYK 0 0.12 0.20 0.56
HSL 24.55º 0.11% 0.4% -
HSV(B) 24.55º 0.2% 0.44% -
XYZ 12.99 13.11 11.52 -
YUV 101.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 112 99 90 0 0.12 0.20 0.56 24.55 0.11 0.4
Hex 70 63 5A 0 C 14 38 19 B 28
Octal 160 143 132 0 14 24 70 31 13 50
Binary 1110000 1100011 1011010 0 1100 10100 111000 11001 1011 101000

Color Harmonies of #70635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70635A

Black with #70635A

Text Example


Text Example

White with #70635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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