Html Css Color HEX #6B6013 Costa Del Sol

📋 copy color: '#6B6013'

red 107 ◦ green 96 ◦ blue 19

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

Shades of Costa Del Sol #6B6013

Tints of Costa Del Sol #6B6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 48.2%
G = 43.24%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6B6013 (or 0x6B6013) is known color: Costa Del Sol. HEX triplet: 6B, 60 and 13. RGB value is (107,96,19). Sum of RGB (Red+Green+Blue) = 107+96+19=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6013 is #949FEC. Grayscale: #5A5A5A. Windows color (decimal): -9740269 or 1269867. OLE color: 1269867.

HSL color Cylindrical-coordinate representation of color #6B6013: hue angle of 52.5º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B6013 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 96 19 -
CMYK 0 0.10 0.82 0.58
HSL 52.5º 0.7% 0.25% -
HSV(B) 52.5º 0.82% 0.42% -
XYZ 10.36 11.54 2.3 -
YUV 90.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 107 96 19 0 0.10 0.82 0.58 52.5 0.7 0.25
Hex 6B 60 13 0 A 52 3A 34 46 19
Octal 153 140 23 0 12 122 72 64 106 31
Binary 1101011 1100000 10011 0 1010 1010010 111010 110100 1000110 11001

Color Harmonies of #6B6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6013

Black with #6B6013

Text Example


Text Example

White with #6B6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,96,19); }

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

background-color css

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

 a { background-color: rgb(107,96,19); }

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

border-color css

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

 span { border-color: rgb(107,96,19); }

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