#694335

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

Shades of Jambalaya #694335

Tints of Jambalaya #694335

Color information

#694335 (or 0x694335) is unknown color: approx Jambalaya. HEX triplet: 69, 43 and 35. RGB value is (105,67,53). Sum of RGB (Red+Green+Blue) = 105+67+53=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694335 is #96BCCA. Grayscale: #4C4C4C. Windows color (decimal): -9878731 or 3490665. OLE color: 3490665.

HSL color Cylindrical-coordinate representation of color #694335: hue angle of 16.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694335 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1056753-
CMYK00.360.500.59
HSL16.15º32.91%30.98%-
HSV(B)16.15º49.52%41.18%-
XYZ8.487.274.33-
YUV76.77114.59148.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=46.67%
G=29.78%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105675300.360.500.5916.1532.9130.98
Hex694335024323B10211f
Octal151103650446273204137
Binary1101001100001111010101001001100101110111000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694335; }

 p { color: rgb(105,67,53); }

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

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

 a { background-color: rgb(105,67,53); }

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

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

 span { border-color: rgb(105,67,53); }

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