Html Css Color HEX #685B1D Costa Del Sol

📋 copy color: '#685B1D'

red 104 ◦ green 91 ◦ blue 29

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

Shades of Costa Del Sol #685B1D

Tints of Costa Del Sol #685B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 46.43%
G = 40.63%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#685B1D (or 0x685B1D) is known color: Costa Del Sol. HEX triplet: 68, 5B and 1D. RGB value is (104,91,29). Sum of RGB (Red+Green+Blue) = 104+91+29=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #685B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B1D is #97A4E2. Grayscale: #585858. Windows color (decimal): -9938147 or 1923944. OLE color: 1923944.

HSL color Cylindrical-coordinate representation of color #685B1D: hue angle of 49.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #685B1D is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 91 29 -
CMYK 0 0.12 0.72 0.59
HSL 49.6º 0.56% 0.26% -
HSV(B) 49.6º 0.72% 0.41% -
XYZ 9.67 10.51 2.68 -
YUV 87.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 104 91 29 0 0.12 0.72 0.59 49.6 0.56 0.26
Hex 68 5B 1D 0 C 48 3B 32 38 1A
Octal 150 133 35 0 14 110 73 62 70 32
Binary 1101000 1011011 11101 0 1100 1001000 111011 110010 111000 11010

Color Harmonies of #685B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B1D

Black with #685B1D

Text Example


Text Example

White with #685B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685B1D; }

 p { color: rgb(104,91,29); }

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

background-color css

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

 a { background-color: rgb(104,91,29); }

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

border-color css

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

 span { border-color: rgb(104,91,29); }

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