#674638

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

Shades of Jambalaya #674638

Tints of Jambalaya #674638

Color information

#674638 (or 0x674638) is unknown color: approx Jambalaya. HEX triplet: 67, 46 and 38. RGB value is (103,70,56). Sum of RGB (Red+Green+Blue) = 103+70+56=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #674638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674638 is #98B9C7. Grayscale: #4E4E4E. Windows color (decimal): -10009032 or 3688039. OLE color: 3688039.

HSL color Cylindrical-coordinate representation of color #674638: hue angle of 17.87º 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 #674638 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB1037056-
CMYK00.320.460.60
HSL17.87º29.56%31.18%-
HSV(B)17.87º45.63%40.39%-
XYZ8.57.554.75-
YUV78.27115.43145.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=44.98%
G=30.57%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103705600.320.460.6017.8729.5631.18
Hex6746380202E3C121e1f
Octal147106700405674223637
Binary110011110001101110000100000101110111100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674638; }

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

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

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

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

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

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

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

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