Html Css Color HEX #6E5D3E Yellow Metal

📋 copy color: '#6E5D3E'

red 110 ◦ green 93 ◦ blue 62

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

Shades of Yellow Metal #6E5D3E

Tints of Yellow Metal #6E5D3E

RGB

 RED value IS 110 (43.36% from 255) = 41.51%

 GREEN value IS 93 (36.72% from 255) = 35.09%

 BLUE value IS 62 (24.61% from 255) = 23.4%

R = 41.51%
G = 35.09%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6E5D3E (or 0x6E5D3E) is known color: Yellow Metal. HEX triplet: 6E, 5D and 3E. RGB value is (110,93,62). Sum of RGB (Red+Green+Blue) = 110+93+62=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5D3E is #91A2C1. Grayscale: #5E5E5E. Windows color (decimal): -9544386 or 4087150. OLE color: 4087150.

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

Color convert

RGB 110 93 62 -
CMYK 0 0.15 0.44 0.57
HSL 38.75º 0.28% 0.34% -
HSV(B) 38.75º 0.44% 0.43% -
XYZ 11.21 11.49 6.18 -
YUV 94.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 110 93 62 0 0.15 0.44 0.57 38.75 0.28 0.34
Hex 6E 5D 3E 0 F 2C 39 27 1C 22
Octal 156 135 76 0 17 54 71 47 34 42
Binary 1101110 1011101 111110 0 1111 101100 111001 100111 11100 100010

Color Harmonies of #6E5D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5D3E

Black with #6E5D3E

Text Example


Text Example

White with #6E5D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,93,62); }

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

background-color css

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

 a { background-color: rgb(110,93,62); }

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

border-color css

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

 span { border-color: rgb(110,93,62); }

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