Html Css Color HEX #70683C Yellow Metal

📋 copy color: '#70683C'

red 112 ◦ green 104 ◦ blue 60

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

Shades of Yellow Metal #70683C

Tints of Yellow Metal #70683C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 40.58%
G = 37.68%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70683C (or 0x70683C) is known color: Yellow Metal. HEX triplet: 70, 68 and 3C. RGB value is (112,104,60). Sum of RGB (Red+Green+Blue) = 112+104+60=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70683C is #8F97C3. Grayscale: #656565. Windows color (decimal): -9410500 or 3958896. OLE color: 3958896.

HSL color Cylindrical-coordinate representation of color #70683C: hue angle of 50.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70683C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 60 -
CMYK 0 0.07 0.46 0.56
HSL 50.77º 0.3% 0.34% -
HSV(B) 50.77º 0.46% 0.44% -
XYZ 12.45 13.67 6.26 -
YUV 101.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 112 104 60 0 0.07 0.46 0.56 50.77 0.3 0.34
Hex 70 68 3C 0 7 2E 38 33 1E 22
Octal 160 150 74 0 7 56 70 63 36 42
Binary 1110000 1101000 111100 0 111 101110 111000 110011 11110 100010

Color Harmonies of #70683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70683C

Black with #70683C

Text Example


Text Example

White with #70683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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