Html Css Color HEX #665B20 Costa Del Sol

📋 copy color: '#665B20'

red 102 ◦ green 91 ◦ blue 32

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

Shades of Costa Del Sol #665B20

Tints of Costa Del Sol #665B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.44%

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 45.33%
G = 40.44%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#665B20 (or 0x665B20) is known color: Costa Del Sol. HEX triplet: 66, 5B and 20. RGB value is (102,91,32). Sum of RGB (Red+Green+Blue) = 102+91+32=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #665B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B20 is #99A4DF. Grayscale: #575757. Windows color (decimal): -10069216 or 2120550. OLE color: 2120550.

HSL color Cylindrical-coordinate representation of color #665B20: hue angle of 50.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #665B20 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 91 32 -
CMYK 0 0.11 0.69 0.6
HSL 50.57º 0.52% 0.26% -
HSV(B) 50.57º 0.69% 0.4% -
XYZ 9.48 10.41 2.88 -
YUV 87.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 102 91 32 0 0.11 0.69 0.6 50.57 0.52 0.26
Hex 66 5B 20 0 B 45 3C 33 34 1A
Octal 146 133 40 0 13 105 74 63 64 32
Binary 1100110 1011011 100000 0 1011 1000101 111100 110011 110100 11010

Color Harmonies of #665B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B20

Black with #665B20

Text Example


Text Example

White with #665B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,91,32); }

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

background-color css

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

 a { background-color: rgb(102,91,32); }

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

border-color css

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

 span { border-color: rgb(102,91,32); }

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