Html Css Color HEX #6B610A Costa Del Sol

📋 copy color: '#6B610A'

red 107 ◦ green 97 ◦ blue 10

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

Shades of Costa Del Sol #6B610A

Tints of Costa Del Sol #6B610A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 50%
G = 45.33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#6B610A (or 0x6B610A) is known color: Costa Del Sol. HEX triplet: 6B, 61 and 0A. RGB value is (107,97,10). Sum of RGB (Red+Green+Blue) = 107+97+10=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B610A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B610A is #949EF5. Grayscale: #5A5A5A. Windows color (decimal): -9740022 or 680299. OLE color: 680299.

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

Color convert

RGB 107 97 10 -
CMYK 0 0.09 0.91 0.58
HSL 53.81º 0.83% 0.23% -
HSV(B) 53.81º 0.91% 0.42% -
XYZ 10.39 11.7 2 -
YUV 90.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 107 97 10 0 0.09 0.91 0.58 53.81 0.83 0.23
Hex 6B 61 A 0 9 5B 3A 36 53 17
Octal 153 141 12 0 11 133 72 66 123 27
Binary 1101011 1100001 1010 0 1001 1011011 111010 110110 1010011 10111

Color Harmonies of #6B610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B610A

Black with #6B610A

Text Example


Text Example

White with #6B610A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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