Html Css Color HEX #706542 Yellow Metal

📋 copy color: '#706542'

red 112 ◦ green 101 ◦ blue 66

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

Shades of Yellow Metal #706542

Tints of Yellow Metal #706542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 40.14%
G = 36.2%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706542 (or 0x706542) is known color: Yellow Metal. HEX triplet: 70, 65 and 42. RGB value is (112,101,66). Sum of RGB (Red+Green+Blue) = 112+101+66=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706542 is #8F9ABD. Grayscale: #646464. Windows color (decimal): -9411262 or 4351344. OLE color: 4351344.

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

Color convert

RGB 112 101 66 -
CMYK 0 0.10 0.41 0.56
HSL 45.65º 0.26% 0.35% -
HSV(B) 45.65º 0.41% 0.44% -
XYZ 12.32 13.15 7.04 -
YUV 100.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 112 101 66 0 0.10 0.41 0.56 45.65 0.26 0.35
Hex 70 65 42 0 A 29 38 2E 1A 23
Octal 160 145 102 0 12 51 70 56 32 43
Binary 1110000 1100101 1000010 0 1010 101001 111000 101110 11010 100011

Color Harmonies of #706542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706542

Black with #706542

Text Example


Text Example

White with #706542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706542; }

 p { color: rgb(112,101,66); }

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

background-color css

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

 a { background-color: rgb(112,101,66); }

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

border-color css

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

 span { border-color: rgb(112,101,66); }

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