#674432

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

Shades of Jambalaya #674432

Tints of Jambalaya #674432

Color information

#674432 (or 0x674432) is unknown color: approx Jambalaya. HEX triplet: 67, 44 and 32. RGB value is (103,68,50). Sum of RGB (Red+Green+Blue) = 103+68+50=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #674432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674432 is #98BBCD. Grayscale: #4C4C4C. Windows color (decimal): -10009550 or 3294311. OLE color: 3294311.

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

Color convert

RGB1036850-
CMYK00.340.510.60
HSL20.38º34.64%30%-
HSV(B)20.38º51.46%40.39%-
XYZ8.247.253.98-
YUV76.41113.1146.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.61%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=46.61%
G=30.77%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103685000.340.510.6020.3834.6430
Hex674432022333C14231e
Octal147104620426374244336
Binary1100111100010011001001000101100111111001010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674432; }

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

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

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

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

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

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

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

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