#69462d

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

Shades of Jambalaya #69462D

Tints of Jambalaya #69462D

Color information

#69462D (or 0x69462D) is unknown color: approx Jambalaya. HEX triplet: 69, 46 and 2D. RGB value is (105,70,45). Sum of RGB (Red+Green+Blue) = 105+70+45=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69462D is #96B9D2. Grayscale: #4D4D4D. Windows color (decimal): -9877971 or 2967145. OLE color: 2967145.

HSL color Cylindrical-coordinate representation of color #69462D: hue angle of 25º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69462D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1057045-
CMYK00.330.570.59
HSL25º40%29.41%-
HSV(B)25º57.14%41.18%-
XYZ8.497.573.5-
YUV77.61109.6147.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 45 (17.97% from 255) = 20.45%
R=47.73%
G=31.82%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105704500.330.570.59254029.41
Hex69462D021393B19281d
Octal151106550417173315035
Binary1101001100011010110101000011110011110111100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69462d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69462d; }

 p { color: rgb(105,70,45); }

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

<style>
 a { background-color: #69462d; }

 a { background-color: rgb(105,70,45); }

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

<style>
 span { border-color: #69462d; }

 span { border-color: rgb(105,70,45); }

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