#634B36

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

Shades of Jambalaya #634B36

Tints of Jambalaya #634B36

Color information

#634B36 (or 0x634B36) is unknown color: approx Jambalaya. HEX triplet: 63, 4B and 36. RGB value is (99,75,54). Sum of RGB (Red+Green+Blue) = 99+75+54=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #634B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B36 is #9CB4C9. Grayscale: #4F4F4F. Windows color (decimal): -10269898 or 3558243. OLE color: 3558243.

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

Color convert

RGB997554-
CMYK00.240.450.61
HSL28º29.41%30%-
HSV(B)28º45.45%38.82%-
XYZ8.337.954.59-
YUV79.78113.45141.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=43.42%
G=32.89%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99755400.240.450.612829.4130
Hex634B360182D3D1c1d1e
Octal143113660305575343536
Binary11000111001011110110011000101101111101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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