Html Css Color HEX #665713 Costa Del Sol

📋 copy color: '#665713'

red 102 ◦ green 87 ◦ blue 19

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

Shades of Costa Del Sol #665713

Tints of Costa Del Sol #665713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.83%

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 49.04%
G = 41.83%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#665713 (or 0x665713) is known color: Costa Del Sol. HEX triplet: 66, 57 and 13. RGB value is (102,87,19). Sum of RGB (Red+Green+Blue) = 102+87+19=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665713 is #99A8EC. Grayscale: #545454. Windows color (decimal): -10070253 or 1267558. OLE color: 1267558.

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

Color convert

RGB 102 87 19 -
CMYK 0 0.15 0.81 0.6
HSL 49.16º 0.69% 0.24% -
HSV(B) 49.16º 0.81% 0.4% -
XYZ 9.01 9.69 2.01 -
YUV 83.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 102 87 19 0 0.15 0.81 0.6 49.16 0.69 0.24
Hex 66 57 13 0 F 51 3C 31 45 18
Octal 146 127 23 0 17 121 74 61 105 30
Binary 1100110 1010111 10011 0 1111 1010001 111100 110001 1000101 11000

Color Harmonies of #665713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665713

Black with #665713

Text Example


Text Example

White with #665713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665713; }

 p { color: rgb(102,87,19); }

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

background-color css

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

 a { background-color: rgb(102,87,19); }

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

border-color css

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

 span { border-color: rgb(102,87,19); }

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