Html Css Color HEX #70623B Yellow Metal

📋 copy color: '#70623B'

red 112 ◦ green 98 ◦ blue 59

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

Shades of Yellow Metal #70623B

Tints of Yellow Metal #70623B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.43%

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 41.64%
G = 36.43%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70623B (or 0x70623B) is known color: Yellow Metal. HEX triplet: 70, 62 and 3B. RGB value is (112,98,59). Sum of RGB (Red+Green+Blue) = 112+98+59=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70623B is #8F9DC4. Grayscale: #616161. Windows color (decimal): -9412037 or 3891824. OLE color: 3891824.

HSL color Cylindrical-coordinate representation of color #70623B: hue angle of 44.15º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70623B is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 59 -
CMYK 0 0.13 0.47 0.56
HSL 44.15º 0.31% 0.34% -
HSV(B) 44.15º 0.47% 0.44% -
XYZ 11.84 12.5 5.93 -
YUV 97.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 112 98 59 0 0.13 0.47 0.56 44.15 0.31 0.34
Hex 70 62 3B 0 D 2F 38 2C 1F 22
Octal 160 142 73 0 15 57 70 54 37 42
Binary 1110000 1100010 111011 0 1101 101111 111000 101100 11111 100010

Color Harmonies of #70623B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70623B

Black with #70623B

Text Example


Text Example

White with #70623B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70623B; }

 p { color: rgb(112,98,59); }

 H1.HeaderClassName
 {
   color: #70623B;
 }
 .AnyTagClassName
 {
   color: #70623B;
 }
</style>

background-color css

<style>
 a { background-color: #70623B; }

 a { background-color: rgb(112,98,59); }

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

border-color css

<style>
 span { border-color: #70623B; }

 span { border-color: rgb(112,98,59); }

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