#69503E

Color #69503E Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #69503E

Tints of Spice #69503E

Color information

#69503E (or 0x69503E) is unknown color: approx Spice. HEX triplet: 69, 50 and 3E. RGB value is (105,80,62). Sum of RGB (Red+Green+Blue) = 105+80+62=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #69503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69503E is #96AFC1. Grayscale: #555555. Windows color (decimal): -9875394 or 4083817. OLE color: 4083817.

HSL color Cylindrical-coordinate representation of color #69503E: hue angle of 25.12º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69503E is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1058062-
CMYK00.240.410.59
HSL25.12º25.75%32.75%-
HSV(B)25.12º40.95%41.18%-
XYZ9.569.095.81-
YUV85.42114.78141.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=42.51%
G=32.39%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105806200.240.410.5925.1225.7532.75
Hex69503E018293B191a21
Octal151120760305173313241
Binary110100110100001111100110001010011110111100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69503E; }

 p { color: rgb(105,80,62); }

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

<style>
 a { background-color: #69503E; }

 a { background-color: rgb(105,80,62); }

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

<style>
 span { border-color: #69503E; }

 span { border-color: rgb(105,80,62); }

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