Html Css Color HEX #634C3D Spice

📋 copy color: '#634C3D'

red 99 ◦ green 76 ◦ blue 61

#634C3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spice #634C3D

Tints of Spice #634C3D

RGB

 RED value IS 99 (39.06% from 255) = 41.95%

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 41.95%
G = 32.2%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#634C3D (or 0x634C3D) is known color: 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

RGB 99 76 61 -
CMYK 0 0.23 0.38 0.61
HSL 23.68º 0.24% 0.31% -
HSV(B) 23.68º 0.38% 0.39% -
XYZ 8.57 8.16 5.54 -
YUV 81.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 99 76 61 0 0.23 0.38 0.61 23.68 0.24 0.31
Hex 63 4C 3D 0 17 26 3D 18 18 1F
Octal 143 114 75 0 27 46 75 30 30 37
Binary 1100011 1001100 111101 0 10111 100110 111101 11000 11000 11111

Color Harmonies of #634C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C3D

Black with #634C3D

Text Example


Text Example

White with #634C3D

Text Example


Text Example

HTML Codes & Css Web 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>