#6F4531

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

Shades of Cape Palliser #6F4531

Tints of Cape Palliser #6F4531

Color information

#6F4531 (or 0x6F4531) is unknown color: approx Cape Palliser. HEX triplet: 6F, 45 and 31. RGB value is (111,69,49). Sum of RGB (Red+Green+Blue) = 111+69+49=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4531 is #90BACE. Grayscale: #4F4F4F. Windows color (decimal): -9485007 or 3229039. OLE color: 3229039.

HSL color Cylindrical-coordinate representation of color #6F4531: hue angle of 19.35º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F4531 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1116949-
CMYK00.380.560.56
HSL19.35º38.75%31.37%-
HSV(B)19.35º55.86%43.53%-
XYZ9.247.863.94-
YUV79.28110.91150.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=48.47%
G=30.13%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111694900.380.560.5619.3538.7531.37
Hex6F4531026383813271f
Octal157105610467070234737
Binary1101111100010111000101001101110001110001001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,69,49); }

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

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

 a { background-color: rgb(111,69,49); }

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

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

 span { border-color: rgb(111,69,49); }

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