Html Css Color HEX #665B16 Costa Del Sol

📋 copy color: '#665B16'

red 102 ◦ green 91 ◦ blue 22

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

Shades of Costa Del Sol #665B16

Tints of Costa Del Sol #665B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 47.44%
G = 42.33%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#665B16 (or 0x665B16) is known color: Costa Del Sol. HEX triplet: 66, 5B and 16. RGB value is (102,91,22). Sum of RGB (Red+Green+Blue) = 102+91+22=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #665B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B16 is #99A4E9. Grayscale: #565656. Windows color (decimal): -10069226 or 1465190. OLE color: 1465190.

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

Color convert

RGB 102 91 22 -
CMYK 0 0.11 0.78 0.6
HSL 51.75º 0.65% 0.24% -
HSV(B) 51.75º 0.78% 0.4% -
XYZ 9.37 10.36 2.27 -
YUV 86.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 102 91 22 0 0.11 0.78 0.6 51.75 0.65 0.24
Hex 66 5B 16 0 B 4E 3C 34 41 18
Octal 146 133 26 0 13 116 74 64 101 30
Binary 1100110 1011011 10110 0 1011 1001110 111100 110100 1000001 11000

Color Harmonies of #665B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B16

Black with #665B16

Text Example


Text Example

White with #665B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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