Html Css Color HEX #665C13 Costa Del Sol

📋 copy color: '#665C13'

red 102 ◦ green 92 ◦ blue 19

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

Shades of Costa Del Sol #665C13

Tints of Costa Del Sol #665C13

RGB

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

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

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

R = 47.89%
G = 43.19%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#665C13 (or 0x665C13) is known color: Costa Del Sol. HEX triplet: 66, 5C and 13. RGB value is (102,92,19). Sum of RGB (Red+Green+Blue) = 102+92+19=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #665C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C13 is #99A3EC. Grayscale: #565656. Windows color (decimal): -10068973 or 1268838. OLE color: 1268838.

HSL color Cylindrical-coordinate representation of color #665C13: hue angle of 52.77º 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 #665C13 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 92 19 -
CMYK 0 0.10 0.81 0.6
HSL 52.77º 0.69% 0.24% -
HSV(B) 52.77º 0.81% 0.4% -
XYZ 9.42 10.53 2.15 -
YUV 86.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 102 92 19 0 0.10 0.81 0.6 52.77 0.69 0.24
Hex 66 5C 13 0 A 51 3C 35 45 18
Octal 146 134 23 0 12 121 74 65 105 30
Binary 1100110 1011100 10011 0 1010 1010001 111100 110101 1000101 11000

Color Harmonies of #665C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C13

Black with #665C13

Text Example


Text Example

White with #665C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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