#6F472C

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

Shades of Cape Palliser #6F472C

Tints of Cape Palliser #6F472C

Color information

#6F472C (or 0x6F472C) is unknown color: approx Cape Palliser. HEX triplet: 6F, 47 and 2C. RGB value is (111,71,44). Sum of RGB (Red+Green+Blue) = 111+71+44=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F472C is #90B8D3. Grayscale: #505050. Windows color (decimal): -9484500 or 2901871. OLE color: 2901871.

HSL color Cylindrical-coordinate representation of color #6F472C: hue angle of 24.18º 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 #6F472C is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1117144-
CMYK00.360.600.56
HSL24.18º43.23%30.39%-
HSV(B)24.18º60.36%43.53%-
XYZ9.268.073.45-
YUV79.88107.75150.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=49.12%
G=31.42%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111714400.360.600.5624.1843.2330.39
Hex6F472C0243C38182b1e
Octal157107540447470305336
Binary1101111100011110110001001001111001110001100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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