#6B620D

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

Shades of Costa Del Sol #6B620D

Tints of Costa Del Sol #6B620D

Color information

#6B620D (or 0x6B620D) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 62 and 0D. RGB value is (107,98,13). Sum of RGB (Red+Green+Blue) = 107+98+13=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B620D is #949DF2. Grayscale: #5B5B5B. Windows color (decimal): -9739763 or 877163. OLE color: 877163.

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

Color convert

RGB1079813-
CMYK00.080.880.58
HSL54.26º78.33%23.53%-
HSV(B)54.26º87.85%41.96%-
XYZ10.511.892.12-
YUV9183.98139.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 13 (5.47% from 255) = 5.96%
R=49.08%
G=44.95%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107981300.080.880.5854.2678.3323.53
Hex6B62D08583A364e18
Octal15314215010130726611630
Binary110101111000101101010001011000111010110110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,13); }

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

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

 a { background-color: rgb(107,98,13); }

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

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

 span { border-color: rgb(107,98,13); }

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