#66462F

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

Shades of Jambalaya #66462F

Tints of Jambalaya #66462F

Color information

#66462F (or 0x66462F) is unknown color: approx Jambalaya. HEX triplet: 66, 46 and 2F. RGB value is (102,70,47). Sum of RGB (Red+Green+Blue) = 102+70+47=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #66462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66462F is #99B9D0. Grayscale: #4D4D4D. Windows color (decimal): -10074577 or 3098214. OLE color: 3098214.

HSL color Cylindrical-coordinate representation of color #66462F: hue angle of 25.09º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66462F is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1027047-
CMYK00.310.540.6
HSL25.09º36.91%29.22%-
HSV(B)25.09º53.92%40%-
XYZ8.187.413.69-
YUV76.95111.1145.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=46.58%
G=31.96%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102704700.310.540.625.0936.9129.22
Hex66462F01F363C19251d
Octal146106570376674314535
Binary110011010001101011110111111101101111001100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,70,47); }

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

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

 a { background-color: rgb(102,70,47); }

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

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

 span { border-color: rgb(102,70,47); }

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