Html Css Color HEX #6A5E3C Yellow Metal

📋 copy color: '#6A5E3C'

red 106 ◦ green 94 ◦ blue 60

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

Shades of Yellow Metal #6A5E3C

Tints of Yellow Metal #6A5E3C

RGB

 RED value IS 106 (41.8% from 255) = 40.77%

 GREEN value IS 94 (37.11% from 255) = 36.15%

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

R = 40.77%
G = 36.15%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6A5E3C (or 0x6A5E3C) is known color: Yellow Metal. HEX triplet: 6A, 5E and 3C. RGB value is (106,94,60). Sum of RGB (Red+Green+Blue) = 106+94+60=260 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.77% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5E3C is #95A1C3. Grayscale: #5D5D5D. Windows color (decimal): -9806276 or 3956330. OLE color: 3956330.

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

Color convert

RGB 106 94 60 -
CMYK 0 0.11 0.43 0.58
HSL 44.35º 0.28% 0.33% -
HSV(B) 44.35º 0.43% 0.42% -
XYZ 10.76 11.4 5.91 -
YUV 93.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 106 94 60 0 0.11 0.43 0.58 44.35 0.28 0.33
Hex 6A 5E 3C 0 B 2B 3A 2C 1C 21
Octal 152 136 74 0 13 53 72 54 34 41
Binary 1101010 1011110 111100 0 1011 101011 111010 101100 11100 100001

Color Harmonies of #6A5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5E3C

Black with #6A5E3C

Text Example


Text Example

White with #6A5E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,94,60); }

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

background-color css

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

 a { background-color: rgb(106,94,60); }

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

border-color css

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

 span { border-color: rgb(106,94,60); }

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