#6E462D

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

Shades of Cape Palliser #6E462D

Tints of Cape Palliser #6E462D

Color information

#6E462D (or 0x6E462D) is unknown color: approx Cape Palliser. HEX triplet: 6E, 46 and 2D. RGB value is (110,70,45). Sum of RGB (Red+Green+Blue) = 110+70+45=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E462D is #91B9D2. Grayscale: #4F4F4F. Windows color (decimal): -9550291 or 2967150. OLE color: 2967150.

HSL color Cylindrical-coordinate representation of color #6E462D: hue angle of 23.08º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E462D is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB1107045-
CMYK00.360.590.57
HSL23.08º41.94%30.39%-
HSV(B)23.08º59.09%43.14%-
XYZ9.097.883.53-
YUV79.11108.75150.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.89%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 45 (17.97% from 255) = 20%
R=48.89%
G=31.11%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110704500.360.590.5723.0841.9430.39
Hex6E462D0243B39172a1e
Octal156106550447371275236
Binary1101110100011010110101001001110111110011011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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