Html Css Color HEX #70663A Yellow Metal

📋 copy color: '#70663A'

red 112 ◦ green 102 ◦ blue 58

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

Shades of Yellow Metal #70663A

Tints of Yellow Metal #70663A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 41.18%
G = 37.5%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70663A (or 0x70663A) is known color: Yellow Metal. HEX triplet: 70, 66 and 3A. RGB value is (112,102,58). Sum of RGB (Red+Green+Blue) = 112+102+58=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70663A is #8F99C5. Grayscale: #646464. Windows color (decimal): -9411014 or 3827312. OLE color: 3827312.

HSL color Cylindrical-coordinate representation of color #70663A: hue angle of 48.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70663A is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 58 -
CMYK 0 0.09 0.48 0.56
HSL 48.89º 0.32% 0.33% -
HSV(B) 48.89º 0.48% 0.44% -
XYZ 12.2 13.25 5.92 -
YUV 99.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 112 102 58 0 0.09 0.48 0.56 48.89 0.32 0.33
Hex 70 66 3A 0 9 30 38 31 20 21
Octal 160 146 72 0 11 60 70 61 40 41
Binary 1110000 1100110 111010 0 1001 110000 111000 110001 100000 100001

Color Harmonies of #70663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70663A

Black with #70663A

Text Example


Text Example

White with #70663A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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