Html Css Color HEX #6D6420 Costa Del Sol

📋 copy color: '#6D6420'

red 109 ◦ green 100 ◦ blue 32

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

Shades of Costa Del Sol #6D6420

Tints of Costa Del Sol #6D6420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 45.23%
G = 41.49%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D6420 (or 0x6D6420) is known color: Costa Del Sol. HEX triplet: 6D, 64 and 20. RGB value is (109,100,32). Sum of RGB (Red+Green+Blue) = 109+100+32=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6420 is #929BDF. Grayscale: #5F5F5F. Windows color (decimal): -9608160 or 2122861. OLE color: 2122861.

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

Color convert

RGB 109 100 32 -
CMYK 0 0.08 0.71 0.57
HSL 52.99º 0.55% 0.28% -
HSV(B) 52.99º 0.71% 0.43% -
XYZ 11.12 12.47 3.19 -
YUV 94.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 109 100 32 0 0.08 0.71 0.57 52.99 0.55 0.28
Hex 6D 64 20 0 8 47 39 35 37 1C
Octal 155 144 40 0 10 107 71 65 67 34
Binary 1101101 1100100 100000 0 1000 1000111 111001 110101 110111 11100

Color Harmonies of #6D6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6420

Black with #6D6420

Text Example


Text Example

White with #6D6420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,32); }

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

background-color css

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

 a { background-color: rgb(109,100,32); }

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

border-color css

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

 span { border-color: rgb(109,100,32); }

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