Html Css Color HEX #686415 Costa Del Sol

📋 copy color: '#686415'

red 104 ◦ green 100 ◦ blue 21

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

Shades of Costa Del Sol #686415

Tints of Costa Del Sol #686415

RGB

 RED value IS 104 (41.02% from 255) = 46.22%

 GREEN value IS 100 (39.45% from 255) = 44.44%

 BLUE value IS 21 (8.59% from 255) = 9.33%

R = 46.22%
G = 44.44%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#686415 (or 0x686415) is known color: Costa Del Sol. HEX triplet: 68, 64 and 15. RGB value is (104,100,21). Sum of RGB (Red+Green+Blue) = 104+100+21=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #686415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686415 is #979BEA. Grayscale: #5C5C5C. Windows color (decimal): -9935851 or 1401960. OLE color: 1401960.

HSL color Cylindrical-coordinate representation of color #686415: hue angle of 57.11º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #686415 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 100 21 -
CMYK 0 0.04 0.80 0.59
HSL 57.11º 0.66% 0.25% -
HSV(B) 57.11º 0.8% 0.41% -
XYZ 10.4 12.11 2.5 -
YUV 92.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 104 100 21 0 0.04 0.80 0.59 57.11 0.66 0.25
Hex 68 64 15 0 4 50 3B 39 42 19
Octal 150 144 25 0 4 120 73 71 102 31
Binary 1101000 1100100 10101 0 100 1010000 111011 111001 1000010 11001

Color Harmonies of #686415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686415

Black with #686415

Text Example


Text Example

White with #686415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686415; }

 p { color: rgb(104,100,21); }

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

background-color css

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

 a { background-color: rgb(104,100,21); }

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

border-color css

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

 span { border-color: rgb(104,100,21); }

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