#6B4830

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

Shades of Jambalaya #6B4830

Tints of Jambalaya #6B4830

Color information

#6B4830 (or 0x6B4830) is unknown color: approx Jambalaya. HEX triplet: 6B, 48 and 30. RGB value is (107,72,48). Sum of RGB (Red+Green+Blue) = 107+72+48=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4830 is #94B7CF. Grayscale: #4F4F4F. Windows color (decimal): -9746384 or 3164267. OLE color: 3164267.

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

Color convert

RGB1077248-
CMYK00.330.550.58
HSL24.41º38.06%30.39%-
HSV(B)24.41º55.14%41.96%-
XYZ8.917.973.87-
YUV79.73110.1147.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.14%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=47.14%
G=31.72%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107724800.330.550.5824.4138.0630.39
Hex6B4830021373A18261e
Octal153110600416772304636
Binary1101011100100011000001000011101111110101100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,72,48); }

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

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

 a { background-color: rgb(107,72,48); }

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

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

 span { border-color: rgb(107,72,48); }

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