#6C472E

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

Shades of Jambalaya #6C472E

Tints of Jambalaya #6C472E

Color information

#6C472E (or 0x6C472E) is unknown color: approx Jambalaya. HEX triplet: 6C, 47 and 2E. RGB value is (108,71,46). Sum of RGB (Red+Green+Blue) = 108+71+46=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C472E is #93B8D1. Grayscale: #4F4F4F. Windows color (decimal): -9681106 or 3032940. OLE color: 3032940.

HSL color Cylindrical-coordinate representation of color #6C472E: hue angle of 24.19º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C472E is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1087146-
CMYK00.340.570.58
HSL24.19º40.26%30.2%-
HSV(B)24.19º57.41%42.35%-
XYZ8.937.893.64-
YUV79.21109.26148.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=48%
G=31.56%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108714600.340.570.5824.1940.2630.2
Hex6C472E022393A18281e
Octal154107560427172305036
Binary1101100100011110111001000101110011110101100010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C472E; }

 p { color: rgb(108,71,46); }

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

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

 a { background-color: rgb(108,71,46); }

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

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

 span { border-color: rgb(108,71,46); }

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