#69503A

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

Shades of Spice #69503A

Tints of Spice #69503A

Color information

#69503A (or 0x69503A) is unknown color: approx Spice. HEX triplet: 69, 50 and 3A. RGB value is (105,80,58). Sum of RGB (Red+Green+Blue) = 105+80+58=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #69503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69503A is #96AFC5. Grayscale: #555555. Windows color (decimal): -9875398 or 3821673. OLE color: 3821673.

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

Color convert

RGB1058058-
CMYK00.240.450.59
HSL28.09º28.83%31.96%-
HSV(B)28.09º44.76%41.18%-
XYZ9.469.055.25-
YUV84.97112.78142.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=43.21%
G=32.92%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105805800.240.450.5928.0928.8331.96
Hex69503A0182D3B1c1d20
Octal151120720305573343540
Binary110100110100001110100110001011011110111110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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