Html Css Color HEX #6D6213 Costa Del Sol

📋 copy color: '#6D6213'

red 109 ◦ green 98 ◦ blue 19

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

Shades of Costa Del Sol #6D6213

Tints of Costa Del Sol #6D6213

RGB

 RED value IS 109 (42.97% from 255) = 48.23%

 GREEN value IS 98 (38.67% from 255) = 43.36%

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

R = 48.23%
G = 43.36%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D6213 (or 0x6D6213) is known color: Costa Del Sol. HEX triplet: 6D, 62 and 13. RGB value is (109,98,19). Sum of RGB (Red+Green+Blue) = 109+98+19=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6213 is #929DEC. Grayscale: #5C5C5C. Windows color (decimal): -9608685 or 1270381. OLE color: 1270381.

HSL color Cylindrical-coordinate representation of color #6D6213: hue angle of 52.67º degrees, saturation: 0.7, 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 #6D6213 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 98 19 -
CMYK 0 0.10 0.83 0.57
HSL 52.67º 0.7% 0.25% -
HSV(B) 52.67º 0.83% 0.43% -
XYZ 10.79 12.03 2.37 -
YUV 92.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 109 98 19 0 0.10 0.83 0.57 52.67 0.7 0.25
Hex 6D 62 13 0 A 53 39 35 46 19
Octal 155 142 23 0 12 123 71 65 106 31
Binary 1101101 1100010 10011 0 1010 1010011 111001 110101 1000110 11001

Color Harmonies of #6D6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6213

Black with #6D6213

Text Example


Text Example

White with #6D6213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,98,19); }

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

background-color css

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

 a { background-color: rgb(109,98,19); }

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

border-color css

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

 span { border-color: rgb(109,98,19); }

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