#634A35

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

Shades of Jambalaya #634A35

Tints of Jambalaya #634A35

Color information

#634A35 (or 0x634A35) is unknown color: approx Jambalaya. HEX triplet: 63, 4A and 35. RGB value is (99,74,53). Sum of RGB (Red+Green+Blue) = 99+74+53=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #634A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A35 is #9CB5CA. Grayscale: #4F4F4F. Windows color (decimal): -10270155 or 3492451. OLE color: 3492451.

HSL color Cylindrical-coordinate representation of color #634A35: hue angle of 27.39º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #634A35 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB997453-
CMYK00.250.460.61
HSL27.39º30.26%29.8%-
HSV(B)27.39º46.46%38.82%-
XYZ8.247.814.44-
YUV79.08113.28142.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=43.81%
G=32.74%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99745300.250.460.6127.3930.2629.8
Hex634A350192E3D1b1e1e
Octal143112650315675333636
Binary11000111001010110101011001101110111101110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,74,53); }

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

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

 a { background-color: rgb(99,74,53); }

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

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

 span { border-color: rgb(99,74,53); }

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