#6F4A30

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

Shades of Cape Palliser #6F4A30

Tints of Cape Palliser #6F4A30

Color information

#6F4A30 (or 0x6F4A30) is unknown color: approx Cape Palliser. HEX triplet: 6F, 4A and 30. RGB value is (111,74,48). Sum of RGB (Red+Green+Blue) = 111+74+48=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A30 is #90B5CF. Grayscale: #525252. Windows color (decimal): -9483728 or 3164783. OLE color: 3164783.

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

Color convert

RGB1117448-
CMYK00.330.570.56
HSL24.76º39.62%31.18%-
HSV(B)24.76º56.76%43.53%-
XYZ9.548.493.93-
YUV82.1108.76148.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=47.64%
G=31.76%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111744800.330.570.5624.7639.6231.18
Hex6F4A30021393819281f
Octal157112600417170315037
Binary1101111100101011000001000011110011110001100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,74,48); }

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

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

 a { background-color: rgb(111,74,48); }

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

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

 span { border-color: rgb(111,74,48); }

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