#67503D

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

Shades of Spice #67503D

Tints of Spice #67503D

Color information

#67503D (or 0x67503D) is unknown color: approx Spice. HEX triplet: 67, 50 and 3D. RGB value is (103,80,61). Sum of RGB (Red+Green+Blue) = 103+80+61=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #67503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67503D is #98AFC2. Grayscale: #545454. Windows color (decimal): -10006467 or 4018279. OLE color: 4018279.

HSL color Cylindrical-coordinate representation of color #67503D: hue angle of 27.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67503D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1038061-
CMYK00.220.410.60
HSL27.14º25.61%32.16%-
HSV(B)27.14º40.78%40.39%-
XYZ9.38.965.65-
YUV84.71114.62141.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.21%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 61 (24.22% from 255) = 25%
R=42.21%
G=32.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103806100.220.410.6027.1425.6132.16
Hex67503D016293C1b1a20
Octal147120750265174333240
Binary110011110100001111010101101010011111001101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67503D; }

 p { color: rgb(103,80,61); }

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

<style>
 a { background-color: #67503D; }

 a { background-color: rgb(103,80,61); }

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

<style>
 span { border-color: #67503D; }

 span { border-color: rgb(103,80,61); }

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