#6E482D

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

Shades of Cape Palliser #6E482D

Tints of Cape Palliser #6E482D

Color information

#6E482D (or 0x6E482D) is unknown color: approx Cape Palliser. HEX triplet: 6E, 48 and 2D. RGB value is (110,72,45). Sum of RGB (Red+Green+Blue) = 110+72+45=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E482D is #91B7D2. Grayscale: #505050. Windows color (decimal): -9549779 or 2967662. OLE color: 2967662.

HSL color Cylindrical-coordinate representation of color #6E482D: hue angle of 24.92º 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 #6E482D is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB1107245-
CMYK00.350.590.57
HSL24.92º41.94%30.39%-
HSV(B)24.92º59.09%43.14%-
XYZ9.228.143.57-
YUV80.28108.09149.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.46%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=48.46%
G=31.72%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110724500.350.590.5724.9241.9430.39
Hex6E482D0233B39192a1e
Octal156110550437371315236
Binary1101110100100010110101000111110111110011100110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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