Html Css Color HEX #6D601A Costa Del Sol

📋 copy color: '#6D601A'

red 109 ◦ green 96 ◦ blue 26

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

Shades of Costa Del Sol #6D601A

Tints of Costa Del Sol #6D601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 47.19%
G = 41.56%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D601A (or 0x6D601A) is known color: Costa Del Sol. HEX triplet: 6D, 60 and 1A. RGB value is (109,96,26). Sum of RGB (Red+Green+Blue) = 109+96+26=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D601A is #929FE5. Grayscale: #5C5C5C. Windows color (decimal): -9609190 or 1728621. OLE color: 1728621.

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

Color convert

RGB 109 96 26 -
CMYK 0 0.12 0.76 0.57
HSL 50.6º 0.61% 0.26% -
HSV(B) 50.6º 0.76% 0.43% -
XYZ 10.68 11.69 2.67 -
YUV 91.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 109 96 26 0 0.12 0.76 0.57 50.6 0.61 0.26
Hex 6D 60 1A 0 C 4C 39 33 3D 1A
Octal 155 140 32 0 14 114 71 63 75 32
Binary 1101101 1100000 11010 0 1100 1001100 111001 110011 111101 11010

Color Harmonies of #6D601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D601A

Black with #6D601A

Text Example


Text Example

White with #6D601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,26); }

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

background-color css

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

 a { background-color: rgb(109,96,26); }

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

border-color css

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

 span { border-color: rgb(109,96,26); }

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