Html Css Color HEX #6D623A Yellow Metal

📋 copy color: '#6D623A'

red 109 ◦ green 98 ◦ blue 58

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

Shades of Yellow Metal #6D623A

Tints of Yellow Metal #6D623A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

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

R = 41.13%
G = 36.98%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D623A (or 0x6D623A) is known color: Yellow Metal. HEX triplet: 6D, 62 and 3A. RGB value is (109,98,58). Sum of RGB (Red+Green+Blue) = 109+98+58=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D623A is #929DC5. Grayscale: #606060. Windows color (decimal): -9608646 or 3826285. OLE color: 3826285.

HSL color Cylindrical-coordinate representation of color #6D623A: hue angle of 47.06º 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 #6D623A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 98 58 -
CMYK 0 0.10 0.47 0.57
HSL 47.06º 0.31% 0.33% -
HSV(B) 47.06º 0.47% 0.43% -
XYZ 11.44 12.29 5.77 -
YUV 96.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 109 98 58 0 0.10 0.47 0.57 47.06 0.31 0.33
Hex 6D 62 3A 0 A 2F 39 2F 1F 21
Octal 155 142 72 0 12 57 71 57 37 41
Binary 1101101 1100010 111010 0 1010 101111 111001 101111 11111 100001

Color Harmonies of #6D623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D623A

Black with #6D623A

Text Example


Text Example

White with #6D623A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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