Html Css Color HEX #686130 Costa Del Sol

📋 copy color: '#686130'

red 104 ◦ green 97 ◦ blue 48

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

Shades of Costa Del Sol #686130

Tints of Costa Del Sol #686130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 41.77%
G = 38.96%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#686130 (or 0x686130) is known color: Costa Del Sol. HEX triplet: 68, 61 and 30. RGB value is (104,97,48). Sum of RGB (Red+Green+Blue) = 104+97+48=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #686130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686130 is #979ECF. Grayscale: #5D5D5D. Windows color (decimal): -9936592 or 3170664. OLE color: 3170664.

HSL color Cylindrical-coordinate representation of color #686130: hue angle of 52.5º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686130 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 48 -
CMYK 0 0.07 0.54 0.59
HSL 52.5º 0.37% 0.3% -
HSV(B) 52.5º 0.54% 0.41% -
XYZ 10.52 11.71 4.5 -
YUV 93.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 104 97 48 0 0.07 0.54 0.59 52.5 0.37 0.3
Hex 68 61 30 0 7 36 3B 34 25 1E
Octal 150 141 60 0 7 66 73 64 45 36
Binary 1101000 1100001 110000 0 111 110110 111011 110100 100101 11110

Color Harmonies of #686130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686130

Black with #686130

Text Example


Text Example

White with #686130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686130; }

 p { color: rgb(104,97,48); }

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

background-color css

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

 a { background-color: rgb(104,97,48); }

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

border-color css

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

 span { border-color: rgb(104,97,48); }

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