Html Css Color HEX #70683F Yellow Metal

📋 copy color: '#70683F'

red 112 ◦ green 104 ◦ blue 63

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

Shades of Yellow Metal #70683F

Tints of Yellow Metal #70683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.28%

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

R = 40.14%
G = 37.28%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70683F (or 0x70683F) is known color: Yellow Metal. HEX triplet: 70, 68 and 3F. RGB value is (112,104,63). Sum of RGB (Red+Green+Blue) = 112+104+63=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #70683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70683F is #8F97C0. Grayscale: #656565. Windows color (decimal): -9410497 or 4155504. OLE color: 4155504.

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

Color convert

RGB 112 104 63 -
CMYK 0 0.07 0.44 0.56
HSL 50.2º 0.28% 0.34% -
HSV(B) 50.2º 0.44% 0.44% -
XYZ 12.53 13.7 6.69 -
YUV 101.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 112 104 63 0 0.07 0.44 0.56 50.2 0.28 0.34
Hex 70 68 3F 0 7 2C 38 32 1C 22
Octal 160 150 77 0 7 54 70 62 34 42
Binary 1110000 1101000 111111 0 111 101100 111000 110010 11100 100010

Color Harmonies of #70683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70683F

Black with #70683F

Text Example


Text Example

White with #70683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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