Html Css Color HEX #6E6042 Yellow Metal

📋 copy color: '#6E6042'

red 110 ◦ green 96 ◦ blue 66

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

Shades of Yellow Metal #6E6042

Tints of Yellow Metal #6E6042

RGB

 RED value IS 110 (43.36% from 255) = 40.44%

 GREEN value IS 96 (37.89% from 255) = 35.29%

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

R = 40.44%
G = 35.29%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#6E6042 (or 0x6E6042) is known color: Yellow Metal. HEX triplet: 6E, 60 and 42. RGB value is (110,96,66). Sum of RGB (Red+Green+Blue) = 110+96+66=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6042 is #919FBD. Grayscale: #606060. Windows color (decimal): -9543614 or 4350062. OLE color: 4350062.

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

Color convert

RGB 110 96 66 -
CMYK 0 0.13 0.4 0.57
HSL 40.91º 0.25% 0.35% -
HSV(B) 40.91º 0.4% 0.43% -
XYZ 11.6 12.07 6.87 -
YUV 96.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 110 96 66 0 0.13 0.4 0.57 40.91 0.25 0.35
Hex 6E 60 42 0 D 28 39 29 19 23
Octal 156 140 102 0 15 50 71 51 31 43
Binary 1101110 1100000 1000010 0 1101 101000 111001 101001 11001 100011

Color Harmonies of #6E6042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6042

Black with #6E6042

Text Example


Text Example

White with #6E6042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E6042; }

 p { color: rgb(110,96,66); }

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

background-color css

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

 a { background-color: rgb(110,96,66); }

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

border-color css

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

 span { border-color: rgb(110,96,66); }

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