#695C0E

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

Shades of Costa Del Sol #695C0E

Tints of Costa Del Sol #695C0E

Color information

#695C0E (or 0x695C0E) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5C and 0E. RGB value is (105,92,14). Sum of RGB (Red+Green+Blue) = 105+92+14=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #695C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C0E is #96A3F1. Grayscale: #575757. Windows color (decimal): -9872370 or 941161. OLE color: 941161.

HSL color Cylindrical-coordinate representation of color #695C0E: hue angle of 51.43º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #695C0E is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1059214-
CMYK00.120.870.59
HSL51.43º76.47%23.33%-
HSV(B)51.43º86.67%41.18%-
XYZ9.7310.691.97-
YUV8786.81140.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=49.76%
G=43.60%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105921400.120.870.5951.4376.4723.33
Hex695CE0C573B334c17
Octal15113416014127736311427
Binary110100110111001110011001010111111011110011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695C0E; }

 p { color: rgb(105,92,14); }

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

<style>
 a { background-color: #695C0E; }

 a { background-color: rgb(105,92,14); }

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

<style>
 span { border-color: #695C0E; }

 span { border-color: rgb(105,92,14); }

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