Html Css Color HEX #6D600C Costa Del Sol

📋 copy color: '#6D600C'

red 109 ◦ green 96 ◦ blue 12

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

Shades of Costa Del Sol #6D600C

Tints of Costa Del Sol #6D600C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 50.23%
G = 44.24%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D600C (or 0x6D600C) is known color: Costa Del Sol. HEX triplet: 6D, 60 and 0C. RGB value is (109,96,12). Sum of RGB (Red+Green+Blue) = 109+96+12=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D600C is #929FF3. Grayscale: #5A5A5A. Windows color (decimal): -9609204 or 811117. OLE color: 811117.

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

Color convert

RGB 109 96 12 -
CMYK 0 0.12 0.89 0.57
HSL 51.96º 0.8% 0.24% -
HSV(B) 51.96º 0.89% 0.43% -
XYZ 10.56 11.64 2.04 -
YUV 90.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 109 96 12 0 0.12 0.89 0.57 51.96 0.8 0.24
Hex 6D 60 C 0 C 59 39 34 50 18
Octal 155 140 14 0 14 131 71 64 120 30
Binary 1101101 1100000 1100 0 1100 1011001 111001 110100 1010000 11000

Color Harmonies of #6D600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D600C

Black with #6D600C

Text Example


Text Example

White with #6D600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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