#6F5E1A

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

Shades of Costa Del Sol #6F5E1A

Tints of Costa Del Sol #6F5E1A

Color information

#6F5E1A (or 0x6F5E1A) is unknown color: approx Costa Del Sol. HEX triplet: 6F, 5E and 1A. RGB value is (111,94,26). Sum of RGB (Red+Green+Blue) = 111+94+26=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E1A is #90A1E5. Grayscale: #5B5B5B. Windows color (decimal): -9478630 or 1728111. OLE color: 1728111.

HSL color Cylindrical-coordinate representation of color #6F5E1A: hue angle of 48º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F5E1A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1119426-
CMYK00.150.770.56
HSL48º62.04%26.86%-
HSV(B)48º76.58%43.53%-
XYZ10.7411.462.62-
YUV91.3391.13142.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 26 (10.55% from 255) = 11.26%
R=48.05%
G=40.69%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111942600.150.770.564862.0426.86
Hex6F5E1A0F4D38303e1b
Octal1571363201711570607633
Binary110111110111101101001111100110111100011000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,26); }

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

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

 a { background-color: rgb(111,94,26); }

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

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

 span { border-color: rgb(111,94,26); }

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