#6F462C

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

Shades of Cape Palliser #6F462C

Tints of Cape Palliser #6F462C

Color information

#6F462C (or 0x6F462C) is unknown color: approx Cape Palliser. HEX triplet: 6F, 46 and 2C. RGB value is (111,70,44). Sum of RGB (Red+Green+Blue) = 111+70+44=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F462C is #90B9D3. Grayscale: #4F4F4F. Windows color (decimal): -9484756 or 2901615. OLE color: 2901615.

HSL color Cylindrical-coordinate representation of color #6F462C: hue angle of 23.28º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F462C is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1117044-
CMYK00.370.600.56
HSL23.28º43.23%30.39%-
HSV(B)23.28º60.36%43.53%-
XYZ9.27.943.43-
YUV79.3108.08150.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=49.33%
G=31.11%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111704400.370.600.5623.2843.2330.39
Hex6F462C0253C38172b1e
Octal157106540457470275336
Binary1101111100011010110001001011111001110001011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,44); }

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

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

 a { background-color: rgb(111,70,44); }

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

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

 span { border-color: rgb(111,70,44); }

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