#69503B

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

Shades of Spice #69503B

Tints of Spice #69503B

Color information

#69503B (or 0x69503B) is unknown color: approx Spice. HEX triplet: 69, 50 and 3B. RGB value is (105,80,59). Sum of RGB (Red+Green+Blue) = 105+80+59=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #69503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69503B is #96AFC4. Grayscale: #555555. Windows color (decimal): -9875397 or 3887209. OLE color: 3887209.

HSL color Cylindrical-coordinate representation of color #69503B: hue angle of 27.39º 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 #69503B is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1058059-
CMYK00.240.440.59
HSL27.39º28.05%32.16%-
HSV(B)27.39º43.81%41.18%-
XYZ9.489.065.39-
YUV85.08113.28142.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=43.03%
G=32.79%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105805900.240.440.5927.3928.0532.16
Hex69503B0182C3B1b1c20
Octal151120730305473333440
Binary110100110100001110110110001011001110111101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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