Html Css Color HEX #706640 Yellow Metal

📋 copy color: '#706640'

red 112 ◦ green 102 ◦ blue 64

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

Shades of Yellow Metal #706640

Tints of Yellow Metal #706640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 40.29%
G = 36.69%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#706640 (or 0x706640) is known color: Yellow Metal. HEX triplet: 70, 66 and 40. RGB value is (112,102,64). Sum of RGB (Red+Green+Blue) = 112+102+64=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706640 is #8F99BF. Grayscale: #646464. Windows color (decimal): -9411008 or 4220528. OLE color: 4220528.

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

Color convert

RGB 112 102 64 -
CMYK 0 0.09 0.43 0.56
HSL 47.5º 0.27% 0.35% -
HSV(B) 47.5º 0.43% 0.44% -
XYZ 12.36 13.32 6.77 -
YUV 100.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 112 102 64 0 0.09 0.43 0.56 47.5 0.27 0.35
Hex 70 66 40 0 9 2B 38 30 1B 23
Octal 160 146 100 0 11 53 70 60 33 43
Binary 1110000 1100110 1000000 0 1001 101011 111000 110000 11011 100011

Color Harmonies of #706640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706640

Black with #706640

Text Example


Text Example

White with #706640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706640; }

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

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

background-color css

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

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

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

border-color css

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

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

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