Html Css Color HEX #70665F Dorado

📋 copy color: '#70665F'

red 112 ◦ green 102 ◦ blue 95

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

Shades of Dorado #70665F

Tints of Dorado #70665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

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

R = 36.25%
G = 33.01%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70665F (or 0x70665F) is known color: Dorado. HEX triplet: 70, 66 and 5F. RGB value is (112,102,95). Sum of RGB (Red+Green+Blue) = 112+102+95=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70665F is #8F99A0. Grayscale: #686868. Windows color (decimal): -9410977 or 6252144. OLE color: 6252144.

HSL color Cylindrical-coordinate representation of color #70665F: hue angle of 24.71º 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 #70665F is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 95 -
CMYK 0 0.09 0.15 0.56
HSL 24.71º 0.08% 0.41% -
HSV(B) 24.71º 0.15% 0.44% -
XYZ 13.5 13.77 12.77 -
YUV 104.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 112 102 95 0 0.09 0.15 0.56 24.71 0.08 0.41
Hex 70 66 5F 0 9 F 38 19 8 29
Octal 160 146 137 0 11 17 70 31 10 51
Binary 1110000 1100110 1011111 0 1001 1111 111000 11001 1000 101001

Color Harmonies of #70665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70665F

Black with #70665F

Text Example


Text Example

White with #70665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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