Html Css Color HEX #665F06 Costa Del Sol

📋 copy color: '#665F06'

red 102 ◦ green 95 ◦ blue 6

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

Shades of Costa Del Sol #665F06

Tints of Costa Del Sol #665F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 50.25%
G = 46.8%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#665F06 (or 0x665F06) is known color: Costa Del Sol. HEX triplet: 66, 5F and 06. RGB value is (102,95,6). Sum of RGB (Red+Green+Blue) = 102+95+6=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #665F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F06 is #99A0F9. Grayscale: #575757. Windows color (decimal): -10068218 or 417638. OLE color: 417638.

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

Color convert

RGB 102 95 6 -
CMYK 0 0.07 0.94 0.6
HSL 55.63º 0.89% 0.21% -
HSV(B) 55.63º 0.94% 0.4% -
XYZ 9.6 11.02 1.79 -
YUV 86.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 102 95 6 0 0.07 0.94 0.6 55.63 0.89 0.21
Hex 66 5F 6 0 7 5E 3C 38 59 15
Octal 146 137 6 0 7 136 74 70 131 25
Binary 1100110 1011111 110 0 111 1011110 111100 111000 1011001 10101

Color Harmonies of #665F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F06

Black with #665F06

Text Example


Text Example

White with #665F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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