#6A631D

Color #6A631D Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #6A631D

Tints of Costa Del Sol #6A631D

Color information

#6A631D (or 0x6A631D) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 63 and 1D. RGB value is (106,99,29). Sum of RGB (Red+Green+Blue) = 106+99+29=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A631D is #959CE2. Grayscale: #5D5D5D. Windows color (decimal): -9805027 or 1925994. OLE color: 1925994.

HSL color Cylindrical-coordinate representation of color #6A631D: hue angle of 54.55º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A631D is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1069929-
CMYK00.070.730.58
HSL54.55º57.04%26.47%-
HSV(B)54.55º72.64%41.57%-
XYZ10.6312.082.93-
YUV93.1191.82137.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.30%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 29 (11.72% from 255) = 12.39%
R=45.30%
G=42.31%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106992900.070.730.5854.5557.0426.47
Hex6A631D07493A37391a
Octal152143350711172677132
Binary11010101100011111010111100100111101011011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A631D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,99,29); }

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

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

 a { background-color: rgb(106,99,29); }

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

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

 span { border-color: rgb(106,99,29); }

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