Html Css Color HEX #6D643D Yellow Metal

📋 copy color: '#6D643D'

red 109 ◦ green 100 ◦ blue 61

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

Shades of Yellow Metal #6D643D

Tints of Yellow Metal #6D643D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 40.37%
G = 37.04%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D643D (or 0x6D643D) is known color: Yellow Metal. HEX triplet: 6D, 64 and 3D. RGB value is (109,100,61). Sum of RGB (Red+Green+Blue) = 109+100+61=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D643D is #929BC2. Grayscale: #626262. Windows color (decimal): -9608131 or 4023405. OLE color: 4023405.

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

Color convert

RGB 109 100 61 -
CMYK 0 0.08 0.44 0.57
HSL 48.75º 0.28% 0.33% -
HSV(B) 48.75º 0.44% 0.43% -
XYZ 11.71 12.7 6.25 -
YUV 98.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 109 100 61 0 0.08 0.44 0.57 48.75 0.28 0.33
Hex 6D 64 3D 0 8 2C 39 31 1C 21
Octal 155 144 75 0 10 54 71 61 34 41
Binary 1101101 1100100 111101 0 1000 101100 111001 110001 11100 100001

Color Harmonies of #6D643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D643D

Black with #6D643D

Text Example


Text Example

White with #6D643D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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