Html Css Color HEX #665915 Costa Del Sol

📋 copy color: '#665915'

red 102 ◦ green 89 ◦ blue 21

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

Shades of Costa Del Sol #665915

Tints of Costa Del Sol #665915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.98%

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 48.11%
G = 41.98%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#665915 (or 0x665915) is known color: Costa Del Sol. HEX triplet: 66, 59 and 15. RGB value is (102,89,21). Sum of RGB (Red+Green+Blue) = 102+89+21=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665915 is #99A6EA. Grayscale: #555555. Windows color (decimal): -10069739 or 1399142. OLE color: 1399142.

HSL color Cylindrical-coordinate representation of color #665915: hue angle of 50.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #665915 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 89 21 -
CMYK 0 0.13 0.79 0.6
HSL 50.37º 0.66% 0.24% -
HSV(B) 50.37º 0.79% 0.4% -
XYZ 9.19 10.02 2.16 -
YUV 85.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 102 89 21 0 0.13 0.79 0.6 50.37 0.66 0.24
Hex 66 59 15 0 D 4F 3C 32 42 18
Octal 146 131 25 0 15 117 74 62 102 30
Binary 1100110 1011001 10101 0 1101 1001111 111100 110010 1000010 11000

Color Harmonies of #665915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665915

Black with #665915

Text Example


Text Example

White with #665915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665915; }

 p { color: rgb(102,89,21); }

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

background-color css

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

 a { background-color: rgb(102,89,21); }

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

border-color css

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

 span { border-color: rgb(102,89,21); }

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