#675C39

Color #675C39 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #675C39

Tints of Yellow Metal #675C39

Color information

#675C39 (or 0x675C39) is unknown color: approx Yellow Metal. HEX triplet: 67, 5C and 39. RGB value is (103,92,57). Sum of RGB (Red+Green+Blue) = 103+92+57=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 103 - color contains mainly: red. Hex color #675C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675C39 is #98A3C6. Grayscale: #5B5B5B. Windows color (decimal): -10003399 or 3759207. OLE color: 3759207.

HSL color Cylindrical-coordinate representation of color #675C39: hue angle of 45.65º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #675C39 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB1039257-
CMYK00.110.450.60
HSL45.65º28.75%31.37%-
HSV(B)45.65º44.66%40.39%-
XYZ10.1610.835.43-
YUV91.3108.64136.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.87%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=40.87%
G=36.51%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103925700.110.450.6045.6528.7531.37
Hex675C390B2D3C2e1d1f
Octal147134710135574563537
Binary11001111011100111001010111011011111001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675C39; }

 p { color: rgb(103,92,57); }

 H1.HeaderClassName
 {
   color: #675C39;
 }
 .AnyTagClassName
 {
   color: #675C39;
 }
</style>
background-color css

<style>
 a { background-color: #675C39; }

 a { background-color: rgb(103,92,57); }

 div.DivClassName
 {
   background-color: #675C39;
 }
 .BgClassName
 {
   background-color: #675C39;
 }
</style>
border-color css

<style>
 span { border-color: #675C39; }

 span { border-color: rgb(103,92,57); }

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