Html Css Color HEX #6E633C Yellow Metal

📋 copy color: '#6E633C'

red 110 ◦ green 99 ◦ blue 60

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

Shades of Yellow Metal #6E633C

Tints of Yellow Metal #6E633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 40.89%
G = 36.8%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6E633C (or 0x6E633C) is known color: Yellow Metal. HEX triplet: 6E, 63 and 3C. RGB value is (110,99,60). Sum of RGB (Red+Green+Blue) = 110+99+60=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E633C is #919CC3. Grayscale: #626262. Windows color (decimal): -9542852 or 3957614. OLE color: 3957614.

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

Color convert

RGB 110 99 60 -
CMYK 0 0.1 0.45 0.57
HSL 46.8º 0.29% 0.33% -
HSV(B) 46.8º 0.45% 0.43% -
XYZ 11.71 12.56 6.08 -
YUV 97.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 110 99 60 0 0.1 0.45 0.57 46.8 0.29 0.33
Hex 6E 63 3C 0 A 2D 39 2F 1D 21
Octal 156 143 74 0 12 55 71 57 35 41
Binary 1101110 1100011 111100 0 1010 101101 111001 101111 11101 100001

Color Harmonies of #6E633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E633C

Black with #6E633C

Text Example


Text Example

White with #6E633C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,60); }

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

background-color css

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

 a { background-color: rgb(110,99,60); }

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

border-color css

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

 span { border-color: rgb(110,99,60); }

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