#665A3D

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

Shades of Yellow Metal #665A3D

Tints of Yellow Metal #665A3D

Color information

#665A3D (or 0x665A3D) is unknown color: approx Yellow Metal. HEX triplet: 66, 5A and 3D. RGB value is (102,90,61). Sum of RGB (Red+Green+Blue) = 102+90+61=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A3D is #99A5C2. Grayscale: #5A5A5A. Windows color (decimal): -10069443 or 4020838. OLE color: 4020838.

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

Color convert

RGB1029061-
CMYK00.120.400.6
HSL42.44º25.15%31.96%-
HSV(B)42.44º40.2%40%-
XYZ9.9810.475.91-
YUV90.28111.48136.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=40.32%
G=35.57%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102906100.120.400.642.4425.1531.96
Hex665A3D0C283C2a1920
Octal146132750145074523140
Binary110011010110101111010110010100011110010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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