#634C3D

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

Shades of Spice #634C3D

Tints of Spice #634C3D

Color information

#634C3D (or 0x634C3D) is unknown color: approx Spice. HEX triplet: 63, 4C and 3D. RGB value is (99,76,61). Sum of RGB (Red+Green+Blue) = 99+76+61=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #634C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C3D is #9CB3C2. Grayscale: #515151. Windows color (decimal): -10269635 or 4017251. OLE color: 4017251.

HSL color Cylindrical-coordinate representation of color #634C3D: hue angle of 23.68º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #634C3D is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB997661-
CMYK00.230.380.61
HSL23.68º23.75%31.37%-
HSV(B)23.68º38.38%38.82%-
XYZ8.578.165.54-
YUV81.17116.62140.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=41.95%
G=32.20%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99766100.230.380.6123.6823.7531.37
Hex634C3D017263D18181f
Octal143114750274675303037
Binary11000111001100111101010111100110111101110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634C3D; }

 p { color: rgb(99,76,61); }

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

<style>
 a { background-color: #634C3D; }

 a { background-color: rgb(99,76,61); }

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

<style>
 span { border-color: #634C3D; }

 span { border-color: rgb(99,76,61); }

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