#674834

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

Shades of Jambalaya #674834

Tints of Jambalaya #674834

Color information

#674834 (or 0x674834) is unknown color: approx Jambalaya. HEX triplet: 67, 48 and 34. RGB value is (103,72,52). Sum of RGB (Red+Green+Blue) = 103+72+52=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #674834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674834 is #98B7CB. Grayscale: #4F4F4F. Windows color (decimal): -10008524 or 3426407. OLE color: 3426407.

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

Color convert

RGB1037252-
CMYK00.300.500.60
HSL23.53º32.9%30.39%-
HSV(B)23.53º49.51%40.39%-
XYZ8.537.774.3-
YUV78.99112.77145.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.37%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=45.37%
G=31.72%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103725200.300.500.6023.5332.930.39
Hex67483401E323C18211e
Octal147110640366274304136
Binary110011110010001101000111101100101111001100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674834; }

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

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

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

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

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

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

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

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