#675D3D

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

Shades of Yellow Metal #675D3D

Tints of Yellow Metal #675D3D

Color information

#675D3D (or 0x675D3D) is unknown color: approx Yellow Metal. HEX triplet: 67, 5D and 3D. RGB value is (103,93,61). Sum of RGB (Red+Green+Blue) = 103+93+61=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #675D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D3D is #98A2C2. Grayscale: #5C5C5C. Windows color (decimal): -10003139 or 4021607. OLE color: 4021607.

HSL color Cylindrical-coordinate representation of color #675D3D: hue angle of 45.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #675D3D is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1039361-
CMYK00.100.410.60
HSL45.71º25.61%32.16%-
HSV(B)45.71º40.78%40.39%-
XYZ10.3511.056-
YUV92.34110.31135.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.08%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=40.08%
G=36.19%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103936100.100.410.6045.7125.6132.16
Hex675D3D0A293C2e1a20
Octal147135750125174563240
Binary110011110111011111010101010100111110010111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,93,61); }

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

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

 a { background-color: rgb(103,93,61); }

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

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

 span { border-color: rgb(103,93,61); }

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