Html Css Color HEX #6D613A Yellow Metal

📋 copy color: '#6D613A'

red 109 ◦ green 97 ◦ blue 58

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

Shades of Yellow Metal #6D613A

Tints of Yellow Metal #6D613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 41.29%
G = 36.74%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D613A (or 0x6D613A) is known color: Yellow Metal. HEX triplet: 6D, 61 and 3A. RGB value is (109,97,58). Sum of RGB (Red+Green+Blue) = 109+97+58=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D613A is #929EC5. Grayscale: #606060. Windows color (decimal): -9608902 or 3826029. OLE color: 3826029.

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

Color convert

RGB 109 97 58 -
CMYK 0 0.11 0.47 0.57
HSL 45.88º 0.31% 0.33% -
HSV(B) 45.88º 0.47% 0.43% -
XYZ 11.35 12.11 5.74 -
YUV 96.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 109 97 58 0 0.11 0.47 0.57 45.88 0.31 0.33
Hex 6D 61 3A 0 B 2F 39 2E 1F 21
Octal 155 141 72 0 13 57 71 56 37 41
Binary 1101101 1100001 111010 0 1011 101111 111001 101110 11111 100001

Color Harmonies of #6D613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D613A

Black with #6D613A

Text Example


Text Example

White with #6D613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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