#634B3D

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

Shades of Spice #634B3D

Tints of Spice #634B3D

Color information

#634B3D (or 0x634B3D) is unknown color: approx Spice. HEX triplet: 63, 4B and 3D. RGB value is (99,75,61). Sum of RGB (Red+Green+Blue) = 99+75+61=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #634B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B3D is #9CB4C2. Grayscale: #505050. Windows color (decimal): -10269891 or 4016995. OLE color: 4016995.

HSL color Cylindrical-coordinate representation of color #634B3D: hue angle of 22.11º 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 #634B3D is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB997561-
CMYK00.240.380.61
HSL22.11º23.75%31.37%-
HSV(B)22.11º38.38%38.82%-
XYZ8.58.025.52-
YUV80.58116.95141.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=42.13%
G=31.91%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99756100.240.380.6122.1123.7531.37
Hex634B3D018263D16181f
Octal143113750304675263037
Binary11000111001011111101011000100110111101101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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