Html Css Color HEX #6B5D0D Costa Del Sol

📋 copy color: '#6B5D0D'

red 107 ◦ green 93 ◦ blue 13

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

Shades of Costa Del Sol #6B5D0D

Tints of Costa Del Sol #6B5D0D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.66%

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

R = 50.23%
G = 43.66%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B5D0D (or 0x6B5D0D) is known color: Costa Del Sol. HEX triplet: 6B, 5D and 0D. RGB value is (107,93,13). Sum of RGB (Red+Green+Blue) = 107+93+13=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5D0D is #94A2F2. Grayscale: #585858. Windows color (decimal): -9741043 or 875883. OLE color: 875883.

HSL color Cylindrical-coordinate representation of color #6B5D0D: hue angle of 51.06º 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 #6B5D0D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 93 13 -
CMYK 0 0.13 0.88 0.58
HSL 51.06º 0.78% 0.24% -
HSV(B) 51.06º 0.88% 0.42% -
XYZ 10.05 10.98 1.97 -
YUV 88.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 107 93 13 0 0.13 0.88 0.58 51.06 0.78 0.24
Hex 6B 5D D 0 D 58 3A 33 4E 18
Octal 153 135 15 0 15 130 72 63 116 30
Binary 1101011 1011101 1101 0 1101 1011000 111010 110011 1001110 11000

Color Harmonies of #6B5D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5D0D

Black with #6B5D0D

Text Example


Text Example

White with #6B5D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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