Html Css Color HEX #665B25 Costa Del Sol

📋 copy color: '#665B25'

red 102 ◦ green 91 ◦ blue 37

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

Shades of Costa Del Sol #665B25

Tints of Costa Del Sol #665B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.09%

R = 44.35%
G = 39.57%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#665B25 (or 0x665B25) is known color: Costa Del Sol. HEX triplet: 66, 5B and 25. RGB value is (102,91,37). Sum of RGB (Red+Green+Blue) = 102+91+37=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #665B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B25 is #99A4DA. Grayscale: #585858. Windows color (decimal): -10069211 or 2448230. OLE color: 2448230.

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

Color convert

RGB 102 91 37 -
CMYK 0 0.11 0.64 0.6
HSL 49.85º 0.47% 0.27% -
HSV(B) 49.85º 0.64% 0.4% -
XYZ 9.55 10.44 3.26 -
YUV 88.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 102 91 37 0 0.11 0.64 0.6 49.85 0.47 0.27
Hex 66 5B 25 0 B 40 3C 32 2F 1B
Octal 146 133 45 0 13 100 74 62 57 33
Binary 1100110 1011011 100101 0 1011 1000000 111100 110010 101111 11011

Color Harmonies of #665B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B25

Black with #665B25

Text Example


Text Example

White with #665B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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