Html Css Color HEX #6E6013 Costa Del Sol

📋 copy color: '#6E6013'

red 110 ◦ green 96 ◦ blue 19

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

Shades of Costa Del Sol #6E6013

Tints of Costa Del Sol #6E6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 48.89%
G = 42.67%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6E6013 (or 0x6E6013) is known color: Costa Del Sol. HEX triplet: 6E, 60 and 13. RGB value is (110,96,19). Sum of RGB (Red+Green+Blue) = 110+96+19=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6013 is #919FEC. Grayscale: #5B5B5B. Windows color (decimal): -9543661 or 1269870. OLE color: 1269870.

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

Color convert

RGB 110 96 19 -
CMYK 0 0.13 0.83 0.57
HSL 50.77º 0.71% 0.25% -
HSV(B) 50.77º 0.83% 0.43% -
XYZ 10.73 11.73 2.31 -
YUV 91.41 87.14 141.26 -
System Red Green Blue C M Y K H S L
Decimal 110 96 19 0 0.13 0.83 0.57 50.77 0.71 0.25
Hex 6E 60 13 0 D 53 39 33 47 19
Octal 156 140 23 0 15 123 71 63 107 31
Binary 1101110 1100000 10011 0 1101 1010011 111001 110011 1000111 11001

Color Harmonies of #6E6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6013

Black with #6E6013

Text Example


Text Example

White with #6E6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,96,19); }

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

background-color css

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

 a { background-color: rgb(110,96,19); }

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

border-color css

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

 span { border-color: rgb(110,96,19); }

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