#69603F

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

Shades of Yellow Metal #69603F

Tints of Yellow Metal #69603F

Color information

#69603F (or 0x69603F) is unknown color: approx Yellow Metal. HEX triplet: 69, 60 and 3F. RGB value is (105,96,63). Sum of RGB (Red+Green+Blue) = 105+96+63=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69603F is #969FC0. Grayscale: #5F5F5F. Windows color (decimal): -9871297 or 4153449. OLE color: 4153449.

HSL color Cylindrical-coordinate representation of color #69603F: hue angle of 47.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69603F is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB1059663-
CMYK00.090.40.59
HSL47.14º25%32.94%-
HSV(B)47.14º40%41.18%-
XYZ10.9111.736.39-
YUV94.93109.98135.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 63 (25% from 255) = 23.86%
R=39.77%
G=36.36%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105966300.090.40.5947.142532.94
Hex69603F09283B2f1921
Octal151140770115073573141
Binary110100111000001111110100110100011101110111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69603F; }

 p { color: rgb(105,96,63); }

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

<style>
 a { background-color: #69603F; }

 a { background-color: rgb(105,96,63); }

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

<style>
 span { border-color: #69603F; }

 span { border-color: rgb(105,96,63); }

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