#674634

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

Shades of Jambalaya #674634

Tints of Jambalaya #674634

Color information

#674634 (or 0x674634) is unknown color: approx Jambalaya. HEX triplet: 67, 46 and 34. RGB value is (103,70,52). Sum of RGB (Red+Green+Blue) = 103+70+52=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #674634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674634 is #98B9CB. Grayscale: #4D4D4D. Windows color (decimal): -10009036 or 3425895. OLE color: 3425895.

HSL color Cylindrical-coordinate representation of color #674634: hue angle of 21.18º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674634 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1037052-
CMYK00.320.500.60
HSL21.18º32.9%30.39%-
HSV(B)21.18º49.51%40.39%-
XYZ8.47.514.26-
YUV77.82113.43145.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.78%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=45.78%
G=31.11%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103705200.320.500.6021.1832.930.39
Hex674634020323C15211e
Octal147106640406274254136
Binary1100111100011011010001000001100101111001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674634; }

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

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

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

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

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

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

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

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