Html Css Color HEX #6A5915 Costa Del Sol

📋 copy color: '#6A5915'

red 106 ◦ green 89 ◦ blue 21

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

Shades of Costa Del Sol #6A5915

Tints of Costa Del Sol #6A5915

RGB

 RED value IS 106 (41.8% from 255) = 49.07%

 GREEN value IS 89 (35.16% from 255) = 41.2%

 BLUE value IS 21 (8.59% from 255) = 9.72%

R = 49.07%
G = 41.2%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6A5915 (or 0x6A5915) is known color: Costa Del Sol. HEX triplet: 6A, 59 and 15. RGB value is (106,89,21). Sum of RGB (Red+Green+Blue) = 106+89+21=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5915 is #95A6EA. Grayscale: #565656. Windows color (decimal): -9807595 or 1399146. OLE color: 1399146.

HSL color Cylindrical-coordinate representation of color #6A5915: hue angle of 48º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A5915 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 89 21 -
CMYK 0 0.16 0.80 0.58
HSL 48º 0.67% 0.25% -
HSV(B) 48º 0.8% 0.42% -
XYZ 9.65 10.26 2.18 -
YUV 86.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 106 89 21 0 0.16 0.80 0.58 48 0.67 0.25
Hex 6A 59 15 0 10 50 3A 30 43 19
Octal 152 131 25 0 20 120 72 60 103 31
Binary 1101010 1011001 10101 0 10000 1010000 111010 110000 1000011 11001

Color Harmonies of #6A5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5915

Black with #6A5915

Text Example


Text Example

White with #6A5915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,89,21); }

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

background-color css

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

 a { background-color: rgb(106,89,21); }

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

border-color css

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

 span { border-color: rgb(106,89,21); }

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