#6A452F

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

Shades of Jambalaya #6A452F

Tints of Jambalaya #6A452F

Color information

#6A452F (or 0x6A452F) is unknown color: approx Jambalaya. HEX triplet: 6A, 45 and 2F. RGB value is (106,69,47). Sum of RGB (Red+Green+Blue) = 106+69+47=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A452F is #95BAD0. Grayscale: #4D4D4D. Windows color (decimal): -9812689 or 3097962. OLE color: 3097962.

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

Color convert

RGB1066947-
CMYK00.350.560.58
HSL22.37º38.56%30%-
HSV(B)22.37º55.66%41.57%-
XYZ8.597.533.69-
YUV77.56110.76148.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.75%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=47.75%
G=31.08%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106694700.350.560.5822.3738.5630
Hex6A452F023383A16271e
Octal152105570437072264736
Binary1101010100010110111101000111110001110101011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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