#6F4631

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

Shades of Cape Palliser #6F4631

Tints of Cape Palliser #6F4631

Color information

#6F4631 (or 0x6F4631) is unknown color: approx Cape Palliser. HEX triplet: 6F, 46 and 31. RGB value is (111,70,49). Sum of RGB (Red+Green+Blue) = 111+70+49=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4631 is #90B9CE. Grayscale: #4F4F4F. Windows color (decimal): -9484751 or 3229295. OLE color: 3229295.

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

Color convert

RGB1117049-
CMYK00.370.560.56
HSL20.32º38.75%31.37%-
HSV(B)20.32º55.86%43.53%-
XYZ9.37.983.96-
YUV79.86110.58150.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=48.26%
G=30.43%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111704900.370.560.5620.3238.7531.37
Hex6F4631025383814271f
Octal157106610457070244737
Binary1101111100011011000101001011110001110001010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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