Html Css Color HEX #6E6644 Yellow Metal

📋 copy color: '#6E6644'

red 110 ◦ green 102 ◦ blue 68

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

Shades of Yellow Metal #6E6644

Tints of Yellow Metal #6E6644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

 BLUE value IS 68 (26.95% from 255) = 24.29%

R = 39.29%
G = 36.43%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6E6644 (or 0x6E6644) is known color: Yellow Metal. HEX triplet: 6E, 66 and 44. RGB value is (110,102,68). Sum of RGB (Red+Green+Blue) = 110+102+68=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6644 is #9199BB. Grayscale: #646464. Windows color (decimal): -9542076 or 4482670. OLE color: 4482670.

HSL color Cylindrical-coordinate representation of color #6E6644: hue angle of 48.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6644 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 102 68 -
CMYK 0 0.07 0.38 0.57
HSL 48.57º 0.24% 0.35% -
HSV(B) 48.57º 0.38% 0.43% -
XYZ 12.23 13.24 7.38 -
YUV 100.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 110 102 68 0 0.07 0.38 0.57 48.57 0.24 0.35
Hex 6E 66 44 0 7 26 39 31 18 23
Octal 156 146 104 0 7 46 71 61 30 43
Binary 1101110 1100110 1000100 0 111 100110 111001 110001 11000 100011

Color Harmonies of #6E6644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6644

Black with #6E6644

Text Example


Text Example

White with #6E6644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,102,68); }

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

background-color css

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

 a { background-color: rgb(110,102,68); }

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

border-color css

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

 span { border-color: rgb(110,102,68); }

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