Html Css Color HEX #70643B Yellow Metal

📋 copy color: '#70643B'

red 112 ◦ green 100 ◦ blue 59

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

Shades of Yellow Metal #70643B

Tints of Yellow Metal #70643B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.9%

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

R = 41.33%
G = 36.9%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70643B (or 0x70643B) is known color: Yellow Metal. HEX triplet: 70, 64 and 3B. RGB value is (112,100,59). Sum of RGB (Red+Green+Blue) = 112+100+59=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70643B is #8F9BC4. Grayscale: #636363. Windows color (decimal): -9411525 or 3892336. OLE color: 3892336.

HSL color Cylindrical-coordinate representation of color #70643B: hue angle of 46.42º 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 #70643B is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 59 -
CMYK 0 0.11 0.47 0.56
HSL 46.42º 0.31% 0.34% -
HSV(B) 46.42º 0.47% 0.44% -
XYZ 12.03 12.87 5.99 -
YUV 98.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 112 100 59 0 0.11 0.47 0.56 46.42 0.31 0.34
Hex 70 64 3B 0 B 2F 38 2E 1F 22
Octal 160 144 73 0 13 57 70 56 37 42
Binary 1110000 1100100 111011 0 1011 101111 111000 101110 11111 100010

Color Harmonies of #70643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70643B

Black with #70643B

Text Example


Text Example

White with #70643B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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