Html Css Color HEX #665C0E Costa Del Sol

📋 copy color: '#665C0E'

red 102 ◦ green 92 ◦ blue 14

#665C0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Costa Del Sol #665C0E

Tints of Costa Del Sol #665C0E

RGB

 RED value IS 102 (40.23% from 255) = 49.04%

 GREEN value IS 92 (36.33% from 255) = 44.23%

 BLUE value IS 14 (5.86% from 255) = 6.73%

R = 49.04%
G = 44.23%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#665C0E (or 0x665C0E) is known color: Costa Del Sol. HEX triplet: 66, 5C and 0E. RGB value is (102,92,14). Sum of RGB (Red+Green+Blue) = 102+92+14=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C0E is #99A3F1. Grayscale: #565656. Windows color (decimal): -10068978 or 941158. OLE color: 941158.

HSL color Cylindrical-coordinate representation of color #665C0E: hue angle of 53.18º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #665C0E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 92 14 -
CMYK 0 0.10 0.86 0.6
HSL 53.18º 0.76% 0.23% -
HSV(B) 53.18º 0.86% 0.4% -
XYZ 9.39 10.51 1.95 -
YUV 86.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 102 92 14 0 0.10 0.86 0.6 53.18 0.76 0.23
Hex 66 5C E 0 A 56 3C 35 4C 17
Octal 146 134 16 0 12 126 74 65 114 27
Binary 1100110 1011100 1110 0 1010 1010110 111100 110101 1001100 10111

Color Harmonies of #665C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C0E

Black with #665C0E

Text Example


Text Example

White with #665C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #665C0E;
 }
 .AnyTagClassName
 {
   color: #665C0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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