#674438

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

Shades of Jambalaya #674438

Tints of Jambalaya #674438

Color information

#674438 (or 0x674438) is unknown color: approx Jambalaya. HEX triplet: 67, 44 and 38. RGB value is (103,68,56). Sum of RGB (Red+Green+Blue) = 103+68+56=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #674438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674438 is #98BBC7. Grayscale: #4D4D4D. Windows color (decimal): -10009544 or 3687527. OLE color: 3687527.

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

Color convert

RGB1036856-
CMYK00.340.460.60
HSL15.32º29.56%31.18%-
HSV(B)15.32º45.63%40.39%-
XYZ8.377.34.71-
YUV77.1116.1146.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=45.37%
G=29.96%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103685600.340.460.6015.3229.5631.18
Hex6744380222E3Cf1e1f
Octal147104700425674173637
Binary11001111000100111000010001010111011110011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674438; }

 p { color: rgb(103,68,56); }

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

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

 a { background-color: rgb(103,68,56); }

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

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

 span { border-color: rgb(103,68,56); }

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