Html Css Color HEX #6E5F3D Yellow Metal

📋 copy color: '#6E5F3D'

red 110 ◦ green 95 ◦ blue 61

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

Shades of Yellow Metal #6E5F3D

Tints of Yellow Metal #6E5F3D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 41.35%
G = 35.71%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6E5F3D (or 0x6E5F3D) is known color: Yellow Metal. HEX triplet: 6E, 5F and 3D. RGB value is (110,95,61). Sum of RGB (Red+Green+Blue) = 110+95+61=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5F3D is #91A0C2. Grayscale: #5F5F5F. Windows color (decimal): -9543875 or 4022126. OLE color: 4022126.

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

Color convert

RGB 110 95 61 -
CMYK 0 0.14 0.45 0.57
HSL 41.63º 0.29% 0.34% -
HSV(B) 41.63º 0.45% 0.43% -
XYZ 11.36 11.84 6.1 -
YUV 95.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 110 95 61 0 0.14 0.45 0.57 41.63 0.29 0.34
Hex 6E 5F 3D 0 E 2D 39 2A 1D 22
Octal 156 137 75 0 16 55 71 52 35 42
Binary 1101110 1011111 111101 0 1110 101101 111001 101010 11101 100010

Color Harmonies of #6E5F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5F3D

Black with #6E5F3D

Text Example


Text Example

White with #6E5F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,95,61); }

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

background-color css

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

 a { background-color: rgb(110,95,61); }

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

border-color css

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

 span { border-color: rgb(110,95,61); }

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