Html Css Color HEX #706243 Yellow Metal

📋 copy color: '#706243'

red 112 ◦ green 98 ◦ blue 67

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

Shades of Yellow Metal #706243

Tints of Yellow Metal #706243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.19%

R = 40.43%
G = 35.38%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#706243 (or 0x706243) is known color: Yellow Metal. HEX triplet: 70, 62 and 43. RGB value is (112,98,67). Sum of RGB (Red+Green+Blue) = 112+98+67=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #706243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706243 is #8F9DBC. Grayscale: #626262. Windows color (decimal): -9412029 or 4416112. OLE color: 4416112.

HSL color Cylindrical-coordinate representation of color #706243: hue angle of 41.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706243 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 67 -
CMYK 0 0.13 0.40 0.56
HSL 41.33º 0.25% 0.35% -
HSV(B) 41.33º 0.4% 0.44% -
XYZ 12.06 12.59 7.1 -
YUV 98.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 112 98 67 0 0.13 0.40 0.56 41.33 0.25 0.35
Hex 70 62 43 0 D 28 38 29 19 23
Octal 160 142 103 0 15 50 70 51 31 43
Binary 1110000 1100010 1000011 0 1101 101000 111000 101001 11001 100011

Color Harmonies of #706243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706243

Black with #706243

Text Example


Text Example

White with #706243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706243; }

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

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

background-color css

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

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

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

border-color css

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

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

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