#6F492E

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

Shades of Cape Palliser #6F492E

Tints of Cape Palliser #6F492E

Color information

#6F492E (or 0x6F492E) is unknown color: approx Cape Palliser. HEX triplet: 6F, 49 and 2E. RGB value is (111,73,46). Sum of RGB (Red+Green+Blue) = 111+73+46=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F492E is #90B6D1. Grayscale: #515151. Windows color (decimal): -9483986 or 3033455. OLE color: 3033455.

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

Color convert

RGB1117346-
CMYK00.340.590.56
HSL24.92º41.4%30.78%-
HSV(B)24.92º58.56%43.53%-
XYZ9.438.343.7-
YUV81.28108.09149.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 46 (18.36% from 255) = 20%
R=48.26%
G=31.74%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111734600.340.590.5624.9241.430.78
Hex6F492E0223B3819291f
Octal157111560427370315137
Binary1101111100100110111001000101110111110001100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,73,46); }

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

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

 a { background-color: rgb(111,73,46); }

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

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

 span { border-color: rgb(111,73,46); }

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