Html Css Color HEX #6F5651 Buccaneer

📋 copy color: '#6F5651'

red 111 ◦ green 86 ◦ blue 81

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

Shades of Buccaneer #6F5651

Tints of Buccaneer #6F5651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.14%

R = 39.93%
G = 30.94%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F5651 (or 0x6F5651) is known color: Buccaneer. HEX triplet: 6F, 56 and 51. RGB value is (111,86,81). Sum of RGB (Red+Green+Blue) = 111+86+81=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5651 is #90A9AE. Grayscale: #5C5C5C. Windows color (decimal): -9480623 or 5330543. OLE color: 5330543.

HSL color Cylindrical-coordinate representation of color #6F5651: hue angle of 10º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5651 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 86 81 -
CMYK 0 0.23 0.27 0.56
HSL 10º 0.16% 0.38% -
HSV(B) 10º 0.27% 0.44% -
XYZ 11.37 10.63 9.24 -
YUV 92.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 111 86 81 0 0.23 0.27 0.56 10 0.16 0.38
Hex 6F 56 51 0 17 1B 38 A 10 26
Octal 157 126 121 0 27 33 70 12 20 46
Binary 1101111 1010110 1010001 0 10111 11011 111000 1010 10000 100110

Color Harmonies of #6F5651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5651

Black with #6F5651

Text Example


Text Example

White with #6F5651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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