#674335

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

Shades of Jambalaya #674335

Tints of Jambalaya #674335

Color information

#674335 (or 0x674335) is unknown color: approx Jambalaya. HEX triplet: 67, 43 and 35. RGB value is (103,67,53). Sum of RGB (Red+Green+Blue) = 103+67+53=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #674335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674335 is #98BCCA. Grayscale: #4C4C4C. Windows color (decimal): -10009803 or 3490663. OLE color: 3490663.

HSL color Cylindrical-coordinate representation of color #674335: hue angle of 16.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #674335 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB1036753-
CMYK00.350.490.60
HSL16.8º32.05%30.59%-
HSV(B)16.8º48.54%40.39%-
XYZ8.247.154.31-
YUV76.17114.93147.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.19%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=46.19%
G=30.04%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103675300.350.490.6016.832.0530.59
Hex674335023313C11201f
Octal147103650436174214037
Binary1100111100001111010101000111100011111001000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674335; }

 p { color: rgb(103,67,53); }

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

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

 a { background-color: rgb(103,67,53); }

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

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

 span { border-color: rgb(103,67,53); }

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