Html Css Color HEX #6E611F Costa Del Sol

📋 copy color: '#6E611F'

red 110 ◦ green 97 ◦ blue 31

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

Shades of Costa Del Sol #6E611F

Tints of Costa Del Sol #6E611F

RGB

 RED value IS 110 (43.36% from 255) = 46.22%

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 46.22%
G = 40.76%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E611F (or 0x6E611F) is known color: Costa Del Sol. HEX triplet: 6E, 61 and 1F. RGB value is (110,97,31). Sum of RGB (Red+Green+Blue) = 110+97+31=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 110 - color contains mainly: red. Hex color #6E611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E611F is #919EE0. Grayscale: #5D5D5D. Windows color (decimal): -9543393 or 2056558. OLE color: 2056558.

HSL color Cylindrical-coordinate representation of color #6E611F: hue angle of 50.13º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E611F is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 97 31 -
CMYK 0 0.12 0.72 0.57
HSL 50.13º 0.56% 0.28% -
HSV(B) 50.13º 0.72% 0.43% -
XYZ 10.95 11.96 3.03 -
YUV 93.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 110 97 31 0 0.12 0.72 0.57 50.13 0.56 0.28
Hex 6E 61 1F 0 C 48 39 32 38 1C
Octal 156 141 37 0 14 110 71 62 70 34
Binary 1101110 1100001 11111 0 1100 1001000 111001 110010 111000 11100

Color Harmonies of #6E611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E611F

Black with #6E611F

Text Example


Text Example

White with #6E611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E611F; }

 p { color: rgb(110,97,31); }

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

background-color css

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

 a { background-color: rgb(110,97,31); }

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

border-color css

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

 span { border-color: rgb(110,97,31); }

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