#6E4534

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

Shades of Cape Palliser #6E4534

Tints of Cape Palliser #6E4534

Color information

#6E4534 (or 0x6E4534) is unknown color: approx Cape Palliser. HEX triplet: 6E, 45 and 34. RGB value is (110,69,52). Sum of RGB (Red+Green+Blue) = 110+69+52=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4534 is #91BACB. Grayscale: #4F4F4F. Windows color (decimal): -9550540 or 3425646. OLE color: 3425646.

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

Color convert

RGB1106952-
CMYK00.370.530.57
HSL17.59º35.8%31.76%-
HSV(B)17.59º52.73%43.14%-
XYZ9.187.824.27-
YUV79.32112.58149.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.62%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=47.62%
G=29.87%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110695200.370.530.5717.5935.831.76
Hex6E45340253539122420
Octal156105640456571224440
Binary11011101000101110100010010111010111100110010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,52); }

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

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

 a { background-color: rgb(110,69,52); }

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

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

 span { border-color: rgb(110,69,52); }

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