Html Css Color HEX #6D514E Buccaneer

📋 copy color: '#6D514E'

red 109 ◦ green 81 ◦ blue 78

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

Shades of Buccaneer #6D514E

Tints of Buccaneer #6D514E

RGB

 RED value IS 109 (42.97% from 255) = 40.67%

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 40.67%
G = 30.22%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D514E (or 0x6D514E) is known color: Buccaneer. HEX triplet: 6D, 51 and 4E. RGB value is (109,81,78). Sum of RGB (Red+Green+Blue) = 109+81+78=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D514E is #92AEB1. Grayscale: #595959. Windows color (decimal): -9612978 or 5132653. OLE color: 5132653.

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

Color convert

RGB 109 81 78 -
CMYK 0 0.26 0.28 0.57
HSL 5.81º 0.17% 0.37% -
HSV(B) 5.81º 0.28% 0.43% -
XYZ 10.62 9.69 8.52 -
YUV 89.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 109 81 78 0 0.26 0.28 0.57 5.81 0.17 0.37
Hex 6D 51 4E 0 1A 1C 39 6 11 25
Octal 155 121 116 0 32 34 71 6 21 45
Binary 1101101 1010001 1001110 0 11010 11100 111001 110 10001 100101

Color Harmonies of #6D514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D514E

Black with #6D514E

Text Example


Text Example

White with #6D514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,78); }

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

background-color css

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

 a { background-color: rgb(109,81,78); }

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

border-color css

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

 span { border-color: rgb(109,81,78); }

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