Html Css Color HEX #6E633B Yellow Metal

📋 copy color: '#6E633B'

red 110 ◦ green 99 ◦ blue 59

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

Shades of Yellow Metal #6E633B

Tints of Yellow Metal #6E633B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 41.04%
G = 36.94%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.46

 K value IS 0.57

RGB Variations

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

Color information

#6E633B (or 0x6E633B) is known color: Yellow Metal. HEX triplet: 6E, 63 and 3B. RGB value is (110,99,59). Sum of RGB (Red+Green+Blue) = 110+99+59=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 110 - color contains mainly: red. Hex color #6E633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E633B is #919CC4. Grayscale: #616161. Windows color (decimal): -9542853 or 3892078. OLE color: 3892078.

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

Color convert

RGB 110 99 59 -
CMYK 0 0.1 0.46 0.57
HSL 47.06º 0.3% 0.33% -
HSV(B) 47.06º 0.46% 0.43% -
XYZ 11.68 12.55 5.95 -
YUV 97.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 110 99 59 0 0.1 0.46 0.57 47.06 0.3 0.33
Hex 6E 63 3B 0 A 2E 39 2F 1E 21
Octal 156 143 73 0 12 56 71 57 36 41
Binary 1101110 1100011 111011 0 1010 101110 111001 101111 11110 100001

Color Harmonies of #6E633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E633B

Black with #6E633B

Text Example


Text Example

White with #6E633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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