#69603B

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

Shades of Yellow Metal #69603B

Tints of Yellow Metal #69603B

Color information

#69603B (or 0x69603B) is unknown color: approx Yellow Metal. HEX triplet: 69, 60 and 3B. RGB value is (105,96,59). Sum of RGB (Red+Green+Blue) = 105+96+59=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #69603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69603B is #969FC4. Grayscale: #5E5E5E. Windows color (decimal): -9871301 or 3891305. OLE color: 3891305.

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

Color convert

RGB1059659-
CMYK00.090.440.59
HSL48.26º28.05%32.16%-
HSV(B)48.26º43.81%41.18%-
XYZ10.811.685.82-
YUV94.47107.98135.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=40.38%
G=36.92%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105965900.090.440.5948.2628.0532.16
Hex69603B092C3B301c20
Octal151140730115473603440
Binary110100111000001110110100110110011101111000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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