Html Css Color HEX #6E5E1E Costa Del Sol

📋 copy color: '#6E5E1E'

red 110 ◦ green 94 ◦ blue 30

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

Shades of Costa Del Sol #6E5E1E

Tints of Costa Del Sol #6E5E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.17%

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 47.01%
G = 40.17%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6E5E1E (or 0x6E5E1E) is known color: Costa Del Sol. HEX triplet: 6E, 5E and 1E. RGB value is (110,94,30). Sum of RGB (Red+Green+Blue) = 110+94+30=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5E1E is #91A1E1. Grayscale: #5B5B5B. Windows color (decimal): -9544162 or 1990254. OLE color: 1990254.

HSL color Cylindrical-coordinate representation of color #6E5E1E: hue angle of 48º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E5E1E is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 94 30 -
CMYK 0 0.15 0.73 0.57
HSL 48º 0.57% 0.27% -
HSV(B) 48º 0.73% 0.43% -
XYZ 10.67 11.41 2.87 -
YUV 91.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 110 94 30 0 0.15 0.73 0.57 48 0.57 0.27
Hex 6E 5E 1E 0 F 49 39 30 39 1B
Octal 156 136 36 0 17 111 71 60 71 33
Binary 1101110 1011110 11110 0 1111 1001001 111001 110000 111001 11011

Color Harmonies of #6E5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5E1E

Black with #6E5E1E

Text Example


Text Example

White with #6E5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,94,30); }

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

background-color css

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

 a { background-color: rgb(110,94,30); }

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

border-color css

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

 span { border-color: rgb(110,94,30); }

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