Html Css Color HEX #6D6641 Yellow Metal

📋 copy color: '#6D6641'

red 109 ◦ green 102 ◦ blue 65

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

Shades of Yellow Metal #6D6641

Tints of Yellow Metal #6D6641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

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

R = 39.49%
G = 36.96%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#6D6641 (or 0x6D6641) is known color: Yellow Metal. HEX triplet: 6D, 66 and 41. RGB value is (109,102,65). Sum of RGB (Red+Green+Blue) = 109+102+65=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6641 is #9299BE. Grayscale: #646464. Windows color (decimal): -9607615 or 4286061. OLE color: 4286061.

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

Color convert

RGB 109 102 65 -
CMYK 0 0.06 0.40 0.57
HSL 50.45º 0.25% 0.34% -
HSV(B) 50.45º 0.4% 0.43% -
XYZ 12.01 13.14 6.9 -
YUV 99.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 109 102 65 0 0.06 0.40 0.57 50.45 0.25 0.34
Hex 6D 66 41 0 6 28 39 32 19 22
Octal 155 146 101 0 6 50 71 62 31 42
Binary 1101101 1100110 1000001 0 110 101000 111001 110010 11001 100010

Color Harmonies of #6D6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6641

Black with #6D6641

Text Example


Text Example

White with #6D6641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,102,65); }

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

background-color css

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

 a { background-color: rgb(109,102,65); }

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

border-color css

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

 span { border-color: rgb(109,102,65); }

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