#675B3D

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

Shades of Yellow Metal #675B3D

Tints of Yellow Metal #675B3D

Color information

#675B3D (or 0x675B3D) is unknown color: approx Yellow Metal. HEX triplet: 67, 5B and 3D. RGB value is (103,91,61). Sum of RGB (Red+Green+Blue) = 103+91+61=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #675B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675B3D is #98A4C2. Grayscale: #5B5B5B. Windows color (decimal): -10003651 or 4021095. OLE color: 4021095.

HSL color Cylindrical-coordinate representation of color #675B3D: hue angle of 42.86º 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 #675B3D is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1039161-
CMYK00.120.410.60
HSL42.86º25.61%32.16%-
HSV(B)42.86º40.78%40.39%-
XYZ10.1810.75.94-
YUV91.17110.98136.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.39%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=40.39%
G=35.69%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103916100.120.410.6042.8625.6132.16
Hex675B3D0C293C2b1a20
Octal147133750145174533240
Binary110011110110111111010110010100111110010101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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