#674538

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

Shades of Jambalaya #674538

Tints of Jambalaya #674538

Color information

#674538 (or 0x674538) is unknown color: approx Jambalaya. HEX triplet: 67, 45 and 38. RGB value is (103,69,56). Sum of RGB (Red+Green+Blue) = 103+69+56=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #674538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674538 is #98BAC7. Grayscale: #4D4D4D. Windows color (decimal): -10009288 or 3687783. OLE color: 3687783.

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

Color convert

RGB1036956-
CMYK00.330.460.60
HSL16.6º29.56%31.18%-
HSV(B)16.6º45.63%40.39%-
XYZ8.447.434.73-
YUV77.68115.76146.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.18%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=45.18%
G=30.26%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103695600.330.460.6016.629.5631.18
Hex6745380212E3C111e1f
Octal147105700415674213637
Binary110011110001011110000100001101110111100100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674538; }

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

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

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

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

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

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

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

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