#6B472D

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

Shades of Jambalaya #6B472D

Tints of Jambalaya #6B472D

Color information

#6B472D (or 0x6B472D) is unknown color: approx Jambalaya. HEX triplet: 6B, 47 and 2D. RGB value is (107,71,45). Sum of RGB (Red+Green+Blue) = 107+71+45=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B472D is #94B8D2. Grayscale: #4E4E4E. Windows color (decimal): -9746643 or 2967403. OLE color: 2967403.

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

Color convert

RGB1077145-
CMYK00.340.580.58
HSL25.16º40.79%29.8%-
HSV(B)25.16º57.94%41.96%-
XYZ8.797.823.53-
YUV78.8108.93148.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=47.98%
G=31.84%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107714500.340.580.5825.1640.7929.8
Hex6B472D0223A3A19291e
Octal153107550427272315136
Binary1101011100011110110101000101110101110101100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,71,45); }

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

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

 a { background-color: rgb(107,71,45); }

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

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

 span { border-color: rgb(107,71,45); }

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