#665A3C

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

Shades of Yellow Metal #665A3C

Tints of Yellow Metal #665A3C

Color information

#665A3C (or 0x665A3C) is unknown color: approx Yellow Metal. HEX triplet: 66, 5A and 3C. RGB value is (102,90,60). Sum of RGB (Red+Green+Blue) = 102+90+60=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #665A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A3C is #99A5C3. Grayscale: #5A5A5A. Windows color (decimal): -10069444 or 3955302. OLE color: 3955302.

HSL color Cylindrical-coordinate representation of color #665A3C: 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 #665A3C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB1029060-
CMYK00.120.410.6
HSL42.86º25.93%31.76%-
HSV(B)42.86º41.18%40%-
XYZ9.9510.465.77-
YUV90.17110.98136.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=40.48%
G=35.71%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102906000.120.410.642.8625.9331.76
Hex665A3C0C293C2b1a20
Octal146132740145174533240
Binary110011010110101111000110010100111110010101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,90,60); }

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

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

 a { background-color: rgb(102,90,60); }

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

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

 span { border-color: rgb(102,90,60); }

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