Html Css Color HEX #665A14 Costa Del Sol

📋 copy color: '#665A14'

red 102 ◦ green 90 ◦ blue 20

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

Shades of Costa Del Sol #665A14

Tints of Costa Del Sol #665A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 48.11%
G = 42.45%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#665A14 (or 0x665A14) is known color: Costa Del Sol. HEX triplet: 66, 5A and 14. RGB value is (102,90,20). Sum of RGB (Red+Green+Blue) = 102+90+20=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A14 is #99A5EB. Grayscale: #555555. Windows color (decimal): -10069484 or 1333862. OLE color: 1333862.

HSL color Cylindrical-coordinate representation of color #665A14: hue angle of 51.22º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665A14 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 90 20 -
CMYK 0 0.12 0.80 0.6
HSL 51.22º 0.67% 0.24% -
HSV(B) 51.22º 0.8% 0.4% -
XYZ 9.26 10.19 2.14 -
YUV 85.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 102 90 20 0 0.12 0.80 0.6 51.22 0.67 0.24
Hex 66 5A 14 0 C 50 3C 33 43 18
Octal 146 132 24 0 14 120 74 63 103 30
Binary 1100110 1011010 10100 0 1100 1010000 111100 110011 1000011 11000

Color Harmonies of #665A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A14

Black with #665A14

Text Example


Text Example

White with #665A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,90,20); }

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

background-color css

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

 a { background-color: rgb(102,90,20); }

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

border-color css

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

 span { border-color: rgb(102,90,20); }

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