#614A35

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

Shades of Jambalaya #614A35

Tints of Jambalaya #614A35

Color information

#614A35 (or 0x614A35) is unknown color: approx Jambalaya. HEX triplet: 61, 4A and 35. RGB value is (97,74,53). Sum of RGB (Red+Green+Blue) = 97+74+53=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #614A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A35 is #9EB5CA. Grayscale: #4E4E4E. Windows color (decimal): -10401227 or 3492449. OLE color: 3492449.

HSL color Cylindrical-coordinate representation of color #614A35: hue angle of 28.64º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614A35 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB977453-
CMYK00.240.450.62
HSL28.64º29.33%29.41%-
HSV(B)28.64º45.36%38.04%-
XYZ8.027.74.43-
YUV78.48113.62141.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 53 (21.09% from 255) = 23.66%
R=43.30%
G=33.04%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97745300.240.450.6228.6429.3329.41
Hex614A350182D3E1d1d1d
Octal141112650305576353535
Binary11000011001010110101011000101101111110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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