Html Css Color HEX #665F09 Costa Del Sol

📋 copy color: '#665F09'

red 102 ◦ green 95 ◦ blue 9

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

Shades of Costa Del Sol #665F09

Tints of Costa Del Sol #665F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.12%

 BLUE value IS 9 (3.91% from 255) = 4.37%

R = 49.51%
G = 46.12%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#665F09 (or 0x665F09) is known color: Costa Del Sol. HEX triplet: 66, 5F and 09. RGB value is (102,95,9). Sum of RGB (Red+Green+Blue) = 102+95+9=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #665F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F09 is #99A0F6. Grayscale: #575757. Windows color (decimal): -10068215 or 614246. OLE color: 614246.

HSL color Cylindrical-coordinate representation of color #665F09: hue angle of 55.48º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #665F09 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 95 9 -
CMYK 0 0.07 0.91 0.6
HSL 55.48º 0.84% 0.22% -
HSV(B) 55.48º 0.91% 0.4% -
XYZ 9.62 11.03 1.88 -
YUV 87.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 102 95 9 0 0.07 0.91 0.6 55.48 0.84 0.22
Hex 66 5F 9 0 7 5B 3C 37 54 16
Octal 146 137 11 0 7 133 74 67 124 26
Binary 1100110 1011111 1001 0 111 1011011 111100 110111 1010100 10110

Color Harmonies of #665F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F09

Black with #665F09

Text Example


Text Example

White with #665F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,95,9); }

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

background-color css

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

 a { background-color: rgb(102,95,9); }

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

border-color css

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

 span { border-color: rgb(102,95,9); }

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