#674935

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

Shades of Jambalaya #674935

Tints of Jambalaya #674935

Color information

#674935 (or 0x674935) is unknown color: approx Jambalaya. HEX triplet: 67, 49 and 35. RGB value is (103,73,53). Sum of RGB (Red+Green+Blue) = 103+73+53=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #674935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674935 is #98B6CA. Grayscale: #4F4F4F. Windows color (decimal): -10008267 or 3492199. OLE color: 3492199.

HSL color Cylindrical-coordinate representation of color #674935: hue angle of 24º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #674935 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB1037353-
CMYK00.290.490.60
HSL24º32.05%30.59%-
HSV(B)24º48.54%40.39%-
XYZ8.627.914.44-
YUV79.69112.94144.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=44.98%
G=31.88%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103735300.290.490.602432.0530.59
Hex67493501D313C18201f
Octal147111650356174304037
Binary110011110010011101010111011100011111001100010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674935; }

 p { color: rgb(103,73,53); }

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

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

 a { background-color: rgb(103,73,53); }

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

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

 span { border-color: rgb(103,73,53); }

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