#6B642D

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

Shades of Costa Del Sol #6B642D

Tints of Costa Del Sol #6B642D

Color information

#6B642D (or 0x6B642D) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 64 and 2D. RGB value is (107,100,45). Sum of RGB (Red+Green+Blue) = 107+100+45=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B642D is #949BD2. Grayscale: #606060. Windows color (decimal): -9739219 or 2974827. OLE color: 2974827.

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

Color convert

RGB10710045-
CMYK00.070.580.58
HSL53.23º40.79%29.8%-
HSV(B)53.23º57.94%41.96%-
XYZ11.0912.434.3-
YUV95.8299.32135.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.46%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 45 (17.97% from 255) = 17.86%
R=42.46%
G=39.68%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071004500.070.580.5853.2340.7929.8
Hex6B642D073A3A35291e
Octal15314455077272655136
Binary11010111100100101101011111101011101011010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,100,45); }

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

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

 a { background-color: rgb(107,100,45); }

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

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

 span { border-color: rgb(107,100,45); }

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