#6F4630

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

Shades of Cape Palliser #6F4630

Tints of Cape Palliser #6F4630

Color information

#6F4630 (or 0x6F4630) is unknown color: approx Cape Palliser. HEX triplet: 6F, 46 and 30. RGB value is (111,70,48). Sum of RGB (Red+Green+Blue) = 111+70+48=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4630 is #90B9CF. Grayscale: #4F4F4F. Windows color (decimal): -9484752 or 3163759. OLE color: 3163759.

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

Color convert

RGB1117048-
CMYK00.370.570.56
HSL20.95º39.62%31.18%-
HSV(B)20.95º56.76%43.53%-
XYZ9.287.973.85-
YUV79.75110.08150.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 48 (19.14% from 255) = 20.96%
R=48.47%
G=30.57%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111704800.370.570.5620.9539.6231.18
Hex6F4630025393815281f
Octal157106600457170255037
Binary1101111100011011000001001011110011110001010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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