Html Css Color HEX #665A19 Costa Del Sol

📋 copy color: '#665A19'

red 102 ◦ green 90 ◦ blue 25

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

Shades of Costa Del Sol #665A19

Tints of Costa Del Sol #665A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.52%

R = 47%
G = 41.47%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#665A19 (or 0x665A19) is known color: Costa Del Sol. HEX triplet: 66, 5A and 19. RGB value is (102,90,25). Sum of RGB (Red+Green+Blue) = 102+90+25=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #665A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A19 is #99A5E6. Grayscale: #565656. Windows color (decimal): -10069479 or 1661542. OLE color: 1661542.

HSL color Cylindrical-coordinate representation of color #665A19: hue angle of 50.65º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #665A19 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 90 25 -
CMYK 0 0.12 0.75 0.6
HSL 50.65º 0.61% 0.25% -
HSV(B) 50.65º 0.75% 0.4% -
XYZ 9.31 10.21 2.4 -
YUV 86.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 102 90 25 0 0.12 0.75 0.6 50.65 0.61 0.25
Hex 66 5A 19 0 C 4B 3C 33 3D 19
Octal 146 132 31 0 14 113 74 63 75 31
Binary 1100110 1011010 11001 0 1100 1001011 111100 110011 111101 11001

Color Harmonies of #665A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A19

Black with #665A19

Text Example


Text Example

White with #665A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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