Html Css Color HEX #6B5E0D Costa Del Sol

📋 copy color: '#6B5E0D'

red 107 ◦ green 94 ◦ blue 13

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

Shades of Costa Del Sol #6B5E0D

Tints of Costa Del Sol #6B5E0D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.93%

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

R = 50%
G = 43.93%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B5E0D (or 0x6B5E0D) is known color: Costa Del Sol. HEX triplet: 6B, 5E and 0D. RGB value is (107,94,13). Sum of RGB (Red+Green+Blue) = 107+94+13=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5E0D is #94A1F2. Grayscale: #585858. Windows color (decimal): -9740787 or 876139. OLE color: 876139.

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

Color convert

RGB 107 94 13 -
CMYK 0 0.12 0.88 0.58
HSL 51.7º 0.78% 0.24% -
HSV(B) 51.7º 0.88% 0.42% -
XYZ 10.14 11.16 2 -
YUV 88.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 107 94 13 0 0.12 0.88 0.58 51.7 0.78 0.24
Hex 6B 5E D 0 C 58 3A 34 4E 18
Octal 153 136 15 0 14 130 72 64 116 30
Binary 1101011 1011110 1101 0 1100 1011000 111010 110100 1001110 11000

Color Harmonies of #6B5E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5E0D

Black with #6B5E0D

Text Example


Text Example

White with #6B5E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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