#6A620C

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

Shades of Costa Del Sol #6A620C

Tints of Costa Del Sol #6A620C

Color information

#6A620C (or 0x6A620C) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 62 and 0C. RGB value is (106,98,12). Sum of RGB (Red+Green+Blue) = 106+98+12=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A620C is #959DF3. Grayscale: #5A5A5A. Windows color (decimal): -9805300 or 811626. OLE color: 811626.

HSL color Cylindrical-coordinate representation of color #6A620C: hue angle of 54.89º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A620C is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB1069812-
CMYK00.080.890.58
HSL54.89º79.66%23.14%-
HSV(B)54.89º88.68%41.57%-
XYZ10.3811.832.08-
YUV90.5983.65138.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.07%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 12 (5.08% from 255) = 5.56%
R=49.07%
G=45.37%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106981200.080.890.5854.8979.6623.14
Hex6A62C08593A375017
Octal15214214010131726712027
Binary110101011000101100010001011001111010110111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,98,12); }

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

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

 a { background-color: rgb(106,98,12); }

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

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

 span { border-color: rgb(106,98,12); }

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