Html Css Color HEX #634C3F Spice

📋 copy color: '#634C3F'

red 99 ◦ green 76 ◦ blue 63

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

Shades of Spice #634C3F

Tints of Spice #634C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.47%

R = 41.6%
G = 31.93%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#634C3F (or 0x634C3F) is known color: Spice. HEX triplet: 63, 4C and 3F. RGB value is (99,76,63). Sum of RGB (Red+Green+Blue) = 99+76+63=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #634C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C3F is #9CB3C0. Grayscale: #515151. Windows color (decimal): -10269633 or 4148323. OLE color: 4148323.

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

Color convert

RGB 99 76 63 -
CMYK 0 0.23 0.36 0.61
HSL 21.67º 0.22% 0.32% -
HSV(B) 21.67º 0.36% 0.39% -
XYZ 8.63 8.18 5.83 -
YUV 81.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 99 76 63 0 0.23 0.36 0.61 21.67 0.22 0.32
Hex 63 4C 3F 0 17 24 3D 16 16 20
Octal 143 114 77 0 27 44 75 26 26 40
Binary 1100011 1001100 111111 0 10111 100100 111101 10110 10110 100000

Color Harmonies of #634C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C3F

Black with #634C3F

Text Example


Text Example

White with #634C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #634C3F;
 }
 .AnyTagClassName
 {
   color: #634C3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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