#6F4832

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

Shades of Cape Palliser #6F4832

Tints of Cape Palliser #6F4832

Color information

#6F4832 (or 0x6F4832) is unknown color: approx Cape Palliser. HEX triplet: 6F, 48 and 32. RGB value is (111,72,50). Sum of RGB (Red+Green+Blue) = 111+72+50=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4832 is #90B7CD. Grayscale: #515151. Windows color (decimal): -9484238 or 3295343. OLE color: 3295343.

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

Color convert

RGB1117250-
CMYK00.350.550.56
HSL21.64º37.89%31.57%-
HSV(B)21.64º54.95%43.53%-
XYZ9.458.244.11-
YUV81.15110.42149.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=47.64%
G=30.90%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111725000.350.550.5621.6437.8931.57
Hex6F48320233738162620
Octal157110620436770264640
Binary11011111001000110010010001111011111100010110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,50); }

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

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

 a { background-color: rgb(111,72,50); }

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

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

 span { border-color: rgb(111,72,50); }

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