Html Css Color HEX #634631 Jambalaya

📋 copy color: '#634631'

red 99 ◦ green 70 ◦ blue 49

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

Shades of Jambalaya #634631

Tints of Jambalaya #634631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 45.41%
G = 32.11%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#634631 (or 0x634631) is known color: Jambalaya. HEX triplet: 63, 46 and 31. RGB value is (99,70,49). Sum of RGB (Red+Green+Blue) = 99+70+49=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #634631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634631 is #9CB9CE. Grayscale: #4C4C4C. Windows color (decimal): -10271183 or 3229283. OLE color: 3229283.

HSL color Cylindrical-coordinate representation of color #634631: hue angle of 25.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #634631 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 70 49 -
CMYK 0 0.29 0.51 0.61
HSL 25.2º 0.34% 0.29% -
HSV(B) 25.2º 0.51% 0.39% -
XYZ 7.89 7.25 3.89 -
YUV 76.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 99 70 49 0 0.29 0.51 0.61 25.2 0.34 0.29
Hex 63 46 31 0 1D 33 3D 19 22 1D
Octal 143 106 61 0 35 63 75 31 42 35
Binary 1100011 1000110 110001 0 11101 110011 111101 11001 100010 11101

Color Harmonies of #634631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634631

Black with #634631

Text Example


Text Example

White with #634631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634631; }

 p { color: rgb(99,70,49); }

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

background-color css

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

 a { background-color: rgb(99,70,49); }

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

border-color css

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

 span { border-color: rgb(99,70,49); }

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