Html Css Color HEX #6D613C Yellow Metal

📋 copy color: '#6D613C'

red 109 ◦ green 97 ◦ blue 60

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

Shades of Yellow Metal #6D613C

Tints of Yellow Metal #6D613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 40.98%
G = 36.47%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6D613C (or 0x6D613C) is known color: Yellow Metal. HEX triplet: 6D, 61 and 3C. RGB value is (109,97,60). Sum of RGB (Red+Green+Blue) = 109+97+60=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D613C is #929EC3. Grayscale: #606060. Windows color (decimal): -9608900 or 3957101. OLE color: 3957101.

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

Color convert

RGB 109 97 60 -
CMYK 0 0.11 0.45 0.57
HSL 45.31º 0.29% 0.33% -
HSV(B) 45.31º 0.45% 0.43% -
XYZ 11.4 12.13 6.01 -
YUV 96.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 109 97 60 0 0.11 0.45 0.57 45.31 0.29 0.33
Hex 6D 61 3C 0 B 2D 39 2D 1D 21
Octal 155 141 74 0 13 55 71 55 35 41
Binary 1101101 1100001 111100 0 1011 101101 111001 101101 11101 100001

Color Harmonies of #6D613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D613C

Black with #6D613C

Text Example


Text Example

White with #6D613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,60); }

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

background-color css

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

 a { background-color: rgb(109,97,60); }

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

border-color css

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

 span { border-color: rgb(109,97,60); }

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