Html Css Color HEX #706344 Yellow Metal

📋 copy color: '#706344'

red 112 ◦ green 99 ◦ blue 68

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

Shades of Yellow Metal #706344

Tints of Yellow Metal #706344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.48%

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 40.14%
G = 35.48%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#706344 (or 0x706344) is known color: Yellow Metal. HEX triplet: 70, 63 and 44. RGB value is (112,99,68). Sum of RGB (Red+Green+Blue) = 112+99+68=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706344 is #8F9CBB. Grayscale: #636363. Windows color (decimal): -9411772 or 4481904. OLE color: 4481904.

HSL color Cylindrical-coordinate representation of color #706344: hue angle of 42.27º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706344 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 68 -
CMYK 0 0.12 0.39 0.56
HSL 42.27º 0.24% 0.35% -
HSV(B) 42.27º 0.39% 0.44% -
XYZ 12.19 12.79 7.29 -
YUV 99.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 112 99 68 0 0.12 0.39 0.56 42.27 0.24 0.35
Hex 70 63 44 0 C 27 38 2A 18 23
Octal 160 143 104 0 14 47 70 52 30 43
Binary 1110000 1100011 1000100 0 1100 100111 111000 101010 11000 100011

Color Harmonies of #706344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706344

Black with #706344

Text Example


Text Example

White with #706344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706344; }

 p { color: rgb(112,99,68); }

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

background-color css

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

 a { background-color: rgb(112,99,68); }

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

border-color css

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

 span { border-color: rgb(112,99,68); }

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