Html Css Color HEX #665D32 Costa Del Sol

📋 copy color: '#665D32'

red 102 ◦ green 93 ◦ blue 50

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

Shades of Costa Del Sol #665D32

Tints of Costa Del Sol #665D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.96%

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 41.63%
G = 37.96%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#665D32 (or 0x665D32) is known color: Costa Del Sol. HEX triplet: 66, 5D and 32. RGB value is (102,93,50). Sum of RGB (Red+Green+Blue) = 102+93+50=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #665D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D32 is #99A2CD. Grayscale: #5A5A5A. Windows color (decimal): -10068686 or 3300710. OLE color: 3300710.

HSL color Cylindrical-coordinate representation of color #665D32: hue angle of 49.62º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665D32 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 93 50 -
CMYK 0 0.09 0.51 0.6
HSL 49.62º 0.34% 0.3% -
HSV(B) 49.62º 0.51% 0.4% -
XYZ 9.97 10.88 4.59 -
YUV 90.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 102 93 50 0 0.09 0.51 0.6 49.62 0.34 0.3
Hex 66 5D 32 0 9 33 3C 32 22 1E
Octal 146 135 62 0 11 63 74 62 42 36
Binary 1100110 1011101 110010 0 1001 110011 111100 110010 100010 11110

Color Harmonies of #665D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D32

Black with #665D32

Text Example


Text Example

White with #665D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,93,50); }

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

background-color css

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

 a { background-color: rgb(102,93,50); }

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

border-color css

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

 span { border-color: rgb(102,93,50); }

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