Html Css Color HEX #6F514E Buccaneer

📋 copy color: '#6F514E'

red 111 ◦ green 81 ◦ blue 78

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

Shades of Buccaneer #6F514E

Tints of Buccaneer #6F514E

RGB

 RED value IS 111 (43.75% from 255) = 41.11%

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

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

R = 41.11%
G = 30%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F514E (or 0x6F514E) is known color: Buccaneer. HEX triplet: 6F, 51 and 4E. RGB value is (111,81,78). Sum of RGB (Red+Green+Blue) = 111+81+78=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F514E is #90AEB1. Grayscale: #595959. Windows color (decimal): -9481906 or 5132655. OLE color: 5132655.

HSL color Cylindrical-coordinate representation of color #6F514E: hue angle of 5.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F514E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 78 -
CMYK 0 0.27 0.30 0.56
HSL 5.45º 0.17% 0.37% -
HSV(B) 5.45º 0.3% 0.44% -
XYZ 10.87 9.81 8.53 -
YUV 89.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 111 81 78 0 0.27 0.30 0.56 5.45 0.17 0.37
Hex 6F 51 4E 0 1B 1E 38 5 11 25
Octal 157 121 116 0 33 36 70 5 21 45
Binary 1101111 1010001 1001110 0 11011 11110 111000 101 10001 100101

Color Harmonies of #6F514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F514E

Black with #6F514E

Text Example


Text Example

White with #6F514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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