Html Css Color HEX #6B610D Costa Del Sol

📋 copy color: '#6B610D'

red 107 ◦ green 97 ◦ blue 13

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

Shades of Costa Del Sol #6B610D

Tints of Costa Del Sol #6B610D

RGB

 RED value IS 107 (42.19% from 255) = 49.31%

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 13 (5.47% from 255) = 5.99%

R = 49.31%
G = 44.7%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B610D (or 0x6B610D) is known color: Costa Del Sol. HEX triplet: 6B, 61 and 0D. RGB value is (107,97,13). Sum of RGB (Red+Green+Blue) = 107+97+13=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B610D is #949EF2. Grayscale: #5A5A5A. Windows color (decimal): -9740019 or 876907. OLE color: 876907.

HSL color Cylindrical-coordinate representation of color #6B610D: hue angle of 53.62º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B610D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 97 13 -
CMYK 0 0.09 0.88 0.58
HSL 53.62º 0.78% 0.24% -
HSV(B) 53.62º 0.88% 0.42% -
XYZ 10.41 11.7 2.09 -
YUV 90.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 107 97 13 0 0.09 0.88 0.58 53.62 0.78 0.24
Hex 6B 61 D 0 9 58 3A 36 4E 18
Octal 153 141 15 0 11 130 72 66 116 30
Binary 1101011 1100001 1101 0 1001 1011000 111010 110110 1001110 11000

Color Harmonies of #6B610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B610D

Black with #6B610D

Text Example


Text Example

White with #6B610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,13); }

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

background-color css

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

 a { background-color: rgb(107,97,13); }

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

border-color css

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

 span { border-color: rgb(107,97,13); }

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