#6F452F

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

Shades of Cape Palliser #6F452F

Tints of Cape Palliser #6F452F

Color information

#6F452F (or 0x6F452F) is unknown color: approx Cape Palliser. HEX triplet: 6F, 45 and 2F. RGB value is (111,69,47). Sum of RGB (Red+Green+Blue) = 111+69+47=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F452F is #90BAD0. Grayscale: #4F4F4F. Windows color (decimal): -9485009 or 3097967. OLE color: 3097967.

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

Color convert

RGB1116947-
CMYK00.380.580.56
HSL20.63º40.51%30.98%-
HSV(B)20.63º57.66%43.53%-
XYZ9.27.843.72-
YUV79.05109.91150.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.90%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=48.90%
G=30.40%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111694700.380.580.5620.6340.5130.98
Hex6F452F0263A3815291f
Octal157105570467270255137
Binary1101111100010110111101001101110101110001010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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