Html Css Color HEX #686004 Costa Del Sol

📋 copy color: '#686004'

red 104 ◦ green 96 ◦ blue 4

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

Shades of Costa Del Sol #686004

Tints of Costa Del Sol #686004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.06%

 BLUE value IS 4 (1.95% from 255) = 1.96%

R = 50.98%
G = 47.06%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#686004 (or 0x686004) is known color: Costa Del Sol. HEX triplet: 68, 60 and 04. RGB value is (104,96,4). Sum of RGB (Red+Green+Blue) = 104+96+4=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #686004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686004 is #979FFB. Grayscale: #585858. Windows color (decimal): -9936892 or 286824. OLE color: 286824.

HSL color Cylindrical-coordinate representation of color #686004: hue angle of 55.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #686004 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 4 -
CMYK 0 0.08 0.96 0.59
HSL 55.2º 0.93% 0.21% -
HSV(B) 55.2º 0.96% 0.41% -
XYZ 9.91 11.32 1.78 -
YUV 87.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 104 96 4 0 0.08 0.96 0.59 55.2 0.93 0.21
Hex 68 60 4 0 8 60 3B 37 5D 15
Octal 150 140 4 0 10 140 73 67 135 25
Binary 1101000 1100000 100 0 1000 1100000 111011 110111 1011101 10101

Color Harmonies of #686004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686004

Black with #686004

Text Example


Text Example

White with #686004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686004; }

 p { color: rgb(104,96,4); }

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

background-color css

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

 a { background-color: rgb(104,96,4); }

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

border-color css

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

 span { border-color: rgb(104,96,4); }

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