Html Css Color HEX #6E5350 Buccaneer

📋 copy color: '#6E5350'

red 110 ◦ green 83 ◦ blue 80

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

Shades of Buccaneer #6E5350

Tints of Buccaneer #6E5350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 40.29%
G = 30.4%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6E5350 (or 0x6E5350) is known color: Buccaneer. HEX triplet: 6E, 53 and 50. RGB value is (110,83,80). Sum of RGB (Red+Green+Blue) = 110+83+80=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5350 is #91ACAF. Grayscale: #5A5A5A. Windows color (decimal): -9546928 or 5264238. OLE color: 5264238.

HSL color Cylindrical-coordinate representation of color #6E5350: hue angle of 6º 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 #6E5350 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 83 80 -
CMYK 0 0.25 0.27 0.57
HSL 0.16% 0.37% -
HSV(B) 0.27% 0.43% -
XYZ 10.97 10.08 8.96 -
YUV 90.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 110 83 80 0 0.25 0.27 0.57 6 0.16 0.37
Hex 6E 53 50 0 19 1B 39 6 10 25
Octal 156 123 120 0 31 33 71 6 20 45
Binary 1101110 1010011 1010000 0 11001 11011 111001 110 10000 100101

Color Harmonies of #6E5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5350

Black with #6E5350

Text Example


Text Example

White with #6E5350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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