#68452F

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

Shades of Jambalaya #68452F

Tints of Jambalaya #68452F

Color information

#68452F (or 0x68452F) is unknown color: approx Jambalaya. HEX triplet: 68, 45 and 2F. RGB value is (104,69,47). Sum of RGB (Red+Green+Blue) = 104+69+47=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68452F is #97BAD0. Grayscale: #4D4D4D. Windows color (decimal): -9943761 or 3097960. OLE color: 3097960.

HSL color Cylindrical-coordinate representation of color #68452F: hue angle of 23.16º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68452F is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1046947-
CMYK00.340.550.59
HSL23.16º37.75%29.61%-
HSV(B)23.16º54.81%40.78%-
XYZ8.357.43.68-
YUV76.96111.1147.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=47.27%
G=31.36%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104694700.340.550.5923.1637.7529.61
Hex68452F022373B17261e
Octal150105570426773274636
Binary1101000100010110111101000101101111110111011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68452F; }

 p { color: rgb(104,69,47); }

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

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

 a { background-color: rgb(104,69,47); }

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

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

 span { border-color: rgb(104,69,47); }

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