Html Css Color HEX #6E6114 Costa Del Sol

📋 copy color: '#6E6114'

red 110 ◦ green 97 ◦ blue 20

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

Shades of Costa Del Sol #6E6114

Tints of Costa Del Sol #6E6114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 48.46%
G = 42.73%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#6E6114 (or 0x6E6114) is known color: Costa Del Sol. HEX triplet: 6E, 61 and 14. RGB value is (110,97,20). Sum of RGB (Red+Green+Blue) = 110+97+20=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6114 is #919EEB. Grayscale: #5C5C5C. Windows color (decimal): -9543404 or 1335662. OLE color: 1335662.

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

Color convert

RGB 110 97 20 -
CMYK 0 0.12 0.82 0.57
HSL 51.33º 0.69% 0.25% -
HSV(B) 51.33º 0.82% 0.43% -
XYZ 10.83 11.91 2.39 -
YUV 92.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 110 97 20 0 0.12 0.82 0.57 51.33 0.69 0.25
Hex 6E 61 14 0 C 52 39 33 45 19
Octal 156 141 24 0 14 122 71 63 105 31
Binary 1101110 1100001 10100 0 1100 1010010 111001 110011 1000101 11001

Color Harmonies of #6E6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6114

Black with #6E6114

Text Example


Text Example

White with #6E6114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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