#6F4735

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

Shades of Cape Palliser #6F4735

Tints of Cape Palliser #6F4735

Color information

#6F4735 (or 0x6F4735) is unknown color: approx Cape Palliser. HEX triplet: 6F, 47 and 35. RGB value is (111,71,53). Sum of RGB (Red+Green+Blue) = 111+71+53=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4735 is #90B8CA. Grayscale: #515151. Windows color (decimal): -9484491 or 3491695. OLE color: 3491695.

HSL color Cylindrical-coordinate representation of color #6F4735: hue angle of 18.62º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F4735 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1117153-
CMYK00.360.520.56
HSL18.62º35.37%32.16%-
HSV(B)18.62º52.25%43.53%-
XYZ9.458.144.44-
YUV80.91112.25149.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=47.23%
G=30.21%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111715300.360.520.5618.6235.3732.16
Hex6F47350243438132320
Octal157107650446470234340
Binary11011111000111110101010010011010011100010011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,71,53); }

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

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

 a { background-color: rgb(111,71,53); }

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

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

 span { border-color: rgb(111,71,53); }

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