Html Css Color HEX #6C5E38 Yellow Metal

📋 copy color: '#6C5E38'

red 108 ◦ green 94 ◦ blue 56

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

Shades of Yellow Metal #6C5E38

Tints of Yellow Metal #6C5E38

RGB

 RED value IS 108 (42.58% from 255) = 41.86%

 GREEN value IS 94 (37.11% from 255) = 36.43%

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 41.86%
G = 36.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6C5E38 (or 0x6C5E38) is known color: Yellow Metal. HEX triplet: 6C, 5E and 38. RGB value is (108,94,56). Sum of RGB (Red+Green+Blue) = 108+94+56=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5E38 is #93A1C7. Grayscale: #5E5E5E. Windows color (decimal): -9675208 or 3694188. OLE color: 3694188.

HSL color Cylindrical-coordinate representation of color #6C5E38: hue angle of 43.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C5E38 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 94 56 -
CMYK 0 0.13 0.48 0.58
HSL 43.85º 0.32% 0.32% -
HSV(B) 43.85º 0.48% 0.42% -
XYZ 10.9 11.48 5.38 -
YUV 93.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 108 94 56 0 0.13 0.48 0.58 43.85 0.32 0.32
Hex 6C 5E 38 0 D 30 3A 2C 20 20
Octal 154 136 70 0 15 60 72 54 40 40
Binary 1101100 1011110 111000 0 1101 110000 111010 101100 100000 100000

Color Harmonies of #6C5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5E38

Black with #6C5E38

Text Example


Text Example

White with #6C5E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,94,56); }

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

background-color css

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

 a { background-color: rgb(108,94,56); }

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

border-color css

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

 span { border-color: rgb(108,94,56); }

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