Html Css Color HEX #6D6442 Yellow Metal

📋 copy color: '#6D6442'

red 109 ◦ green 100 ◦ blue 66

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

Shades of Yellow Metal #6D6442

Tints of Yellow Metal #6D6442

RGB

 RED value IS 109 (42.97% from 255) = 39.64%

 GREEN value IS 100 (39.45% from 255) = 36.36%

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

R = 39.64%
G = 36.36%
B = 24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#6D6442 (or 0x6D6442) is known color: Yellow Metal. HEX triplet: 6D, 64 and 42. RGB value is (109,100,66). Sum of RGB (Red+Green+Blue) = 109+100+66=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6442 is #929BBD. Grayscale: #626262. Windows color (decimal): -9608126 or 4351085. OLE color: 4351085.

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

Color convert

RGB 109 100 66 -
CMYK 0 0.08 0.39 0.57
HSL 47.44º 0.25% 0.34% -
HSV(B) 47.44º 0.39% 0.43% -
XYZ 11.85 12.76 6.99 -
YUV 98.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 109 100 66 0 0.08 0.39 0.57 47.44 0.25 0.34
Hex 6D 64 42 0 8 27 39 2F 19 22
Octal 155 144 102 0 10 47 71 57 31 42
Binary 1101101 1100100 1000010 0 1000 100111 111001 101111 11001 100010

Color Harmonies of #6D6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6442

Black with #6D6442

Text Example


Text Example

White with #6D6442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,66); }

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

background-color css

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

 a { background-color: rgb(109,100,66); }

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

border-color css

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

 span { border-color: rgb(109,100,66); }

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