#6F492F

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

Shades of Cape Palliser #6F492F

Tints of Cape Palliser #6F492F

Color information

#6F492F (or 0x6F492F) is unknown color: approx Cape Palliser. HEX triplet: 6F, 49 and 2F. RGB value is (111,73,47). Sum of RGB (Red+Green+Blue) = 111+73+47=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F492F is #90B6D0. Grayscale: #515151. Windows color (decimal): -9483985 or 3098991. OLE color: 3098991.

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

Color convert

RGB1117347-
CMYK00.340.580.56
HSL24.38º40.51%30.98%-
HSV(B)24.38º57.66%43.53%-
XYZ9.458.353.8-
YUV81.4108.59149.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 47 (18.75% from 255) = 20.35%
R=48.05%
G=31.60%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111734700.340.580.5624.3840.5130.98
Hex6F492F0223A3818291f
Octal157111570427270305137
Binary1101111100100110111101000101110101110001100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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