#665B3F

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

Shades of Yellow Metal #665B3F

Tints of Yellow Metal #665B3F

Color information

#665B3F (or 0x665B3F) is unknown color: approx Yellow Metal. HEX triplet: 66, 5B and 3F. RGB value is (102,91,63). Sum of RGB (Red+Green+Blue) = 102+91+63=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B3F is #99A4C0. Grayscale: #5B5B5B. Windows color (decimal): -10069185 or 4152166. OLE color: 4152166.

HSL color Cylindrical-coordinate representation of color #665B3F: hue angle of 43.08º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #665B3F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1029163-
CMYK00.110.380.6
HSL43.08º23.64%32.35%-
HSV(B)43.08º38.24%40%-
XYZ10.1210.676.23-
YUV91.1112.14135.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 63 (25% from 255) = 24.61%
R=39.84%
G=35.55%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102916300.110.380.643.0823.6432.35
Hex665B3F0B263C2b1820
Octal146133770134674533040
Binary110011010110111111110101110011011110010101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665B3F; }

 p { color: rgb(102,91,63); }

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

<style>
 a { background-color: #665B3F; }

 a { background-color: rgb(102,91,63); }

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

<style>
 span { border-color: #665B3F; }

 span { border-color: rgb(102,91,63); }

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