Html Css Color HEX #6E5650 Buccaneer

📋 copy color: '#6E5650'

red 110 ◦ green 86 ◦ blue 80

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

Shades of Buccaneer #6E5650

Tints of Buccaneer #6E5650

RGB

 RED value IS 110 (43.36% from 255) = 39.86%

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 39.86%
G = 31.16%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6E5650 (or 0x6E5650) is known color: Buccaneer. HEX triplet: 6E, 56 and 50. RGB value is (110,86,80). Sum of RGB (Red+Green+Blue) = 110+86+80=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5650 is #91A9AF. Grayscale: #5C5C5C. Windows color (decimal): -9546160 or 5265006. OLE color: 5265006.

HSL color Cylindrical-coordinate representation of color #6E5650: hue angle of 12º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E5650 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 86 80 -
CMYK 0 0.22 0.27 0.57
HSL 12º 0.16% 0.37% -
HSV(B) 12º 0.27% 0.43% -
XYZ 11.21 10.55 9.04 -
YUV 92.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 110 86 80 0 0.22 0.27 0.57 12 0.16 0.37
Hex 6E 56 50 0 16 1B 39 C 10 25
Octal 156 126 120 0 26 33 71 14 20 45
Binary 1101110 1010110 1010000 0 10110 11011 111001 1100 10000 100101

Color Harmonies of #6E5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5650

Black with #6E5650

Text Example


Text Example

White with #6E5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,86,80); }

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

background-color css

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

 a { background-color: rgb(110,86,80); }

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

border-color css

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

 span { border-color: rgb(110,86,80); }

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