Html Css Color HEX #706341 Yellow Metal

📋 copy color: '#706341'

red 112 ◦ green 99 ◦ blue 65

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

Shades of Yellow Metal #706341

Tints of Yellow Metal #706341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 40.58%
G = 35.87%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#706341 (or 0x706341) is known color: Yellow Metal. HEX triplet: 70, 63 and 41. RGB value is (112,99,65). Sum of RGB (Red+Green+Blue) = 112+99+65=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706341 is #8F9CBE. Grayscale: #636363. Windows color (decimal): -9411775 or 4285296. OLE color: 4285296.

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

Color convert

RGB 112 99 65 -
CMYK 0 0.12 0.42 0.56
HSL 43.4º 0.27% 0.35% -
HSV(B) 43.4º 0.42% 0.44% -
XYZ 12.1 12.75 6.82 -
YUV 99.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 112 99 65 0 0.12 0.42 0.56 43.4 0.27 0.35
Hex 70 63 41 0 C 2A 38 2B 1B 23
Octal 160 143 101 0 14 52 70 53 33 43
Binary 1110000 1100011 1000001 0 1100 101010 111000 101011 11011 100011

Color Harmonies of #706341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706341

Black with #706341

Text Example


Text Example

White with #706341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706341; }

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

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

background-color css

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

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

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

border-color css

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

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

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