#6F452E

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

Shades of Cape Palliser #6F452E

Tints of Cape Palliser #6F452E

Color information

#6F452E (or 0x6F452E) is unknown color: approx Cape Palliser. HEX triplet: 6F, 45 and 2E. RGB value is (111,69,46). Sum of RGB (Red+Green+Blue) = 111+69+46=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F452E is #90BAD1. Grayscale: #4F4F4F. Windows color (decimal): -9485010 or 3032431. OLE color: 3032431.

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

Color convert

RGB1116946-
CMYK00.380.590.56
HSL21.23º41.4%30.78%-
HSV(B)21.23º58.56%43.53%-
XYZ9.187.833.61-
YUV78.94109.41150.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=49.12%
G=30.53%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111694600.380.590.5621.2341.430.78
Hex6F452E0263B3815291f
Octal157105560467370255137
Binary1101111100010110111001001101110111110001010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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