Html Css Color HEX #70693F Yellow Metal

📋 copy color: '#70693F'

red 112 ◦ green 105 ◦ blue 63

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

Shades of Yellow Metal #70693F

Tints of Yellow Metal #70693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

 BLUE value IS 63 (25% from 255) = 22.5%

R = 40%
G = 37.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70693F (or 0x70693F) is known color: Yellow Metal. HEX triplet: 70, 69 and 3F. RGB value is (112,105,63). Sum of RGB (Red+Green+Blue) = 112+105+63=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #70693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70693F is #8F96C0. Grayscale: #666666. Windows color (decimal): -9410241 or 4155760. OLE color: 4155760.

HSL color Cylindrical-coordinate representation of color #70693F: hue angle of 51.43º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70693F is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 63 -
CMYK 0 0.06 0.44 0.56
HSL 51.43º 0.28% 0.34% -
HSV(B) 51.43º 0.44% 0.44% -
XYZ 12.63 13.91 6.72 -
YUV 102.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 112 105 63 0 0.06 0.44 0.56 51.43 0.28 0.34
Hex 70 69 3F 0 6 2C 38 33 1C 22
Octal 160 151 77 0 6 54 70 63 34 42
Binary 1110000 1101001 111111 0 110 101100 111000 110011 11100 100010

Color Harmonies of #70693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70693F

Black with #70693F

Text Example


Text Example

White with #70693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,105,63); }

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

background-color css

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

 a { background-color: rgb(112,105,63); }

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

border-color css

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

 span { border-color: rgb(112,105,63); }

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