Html Css Color HEX #686007 Costa Del Sol

📋 copy color: '#686007'

red 104 ◦ green 96 ◦ blue 7

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

Shades of Costa Del Sol #686007

Tints of Costa Del Sol #686007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.38%

R = 50.24%
G = 46.38%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#686007 (or 0x686007) is known color: Costa Del Sol. HEX triplet: 68, 60 and 07. RGB value is (104,96,7). Sum of RGB (Red+Green+Blue) = 104+96+7=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #686007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686007 is #979FF8. Grayscale: #585858. Windows color (decimal): -9936889 or 483432. OLE color: 483432.

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

Color convert

RGB 104 96 7 -
CMYK 0 0.08 0.93 0.59
HSL 55.05º 0.87% 0.22% -
HSV(B) 55.05º 0.93% 0.41% -
XYZ 9.93 11.32 1.86 -
YUV 88.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 104 96 7 0 0.08 0.93 0.59 55.05 0.87 0.22
Hex 68 60 7 0 8 5D 3B 37 57 16
Octal 150 140 7 0 10 135 73 67 127 26
Binary 1101000 1100000 111 0 1000 1011101 111011 110111 1010111 10110

Color Harmonies of #686007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686007

Black with #686007

Text Example


Text Example

White with #686007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686007; }

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

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

background-color css

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

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

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

border-color css

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

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

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