Html Css Color HEX #6F5551 Buccaneer

📋 copy color: '#6F5551'

red 111 ◦ green 85 ◦ blue 81

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

Shades of Buccaneer #6F5551

Tints of Buccaneer #6F5551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

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

R = 40.07%
G = 30.69%
B = 29.24%

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

#6F5551 (or 0x6F5551) is known color: Buccaneer. HEX triplet: 6F, 55 and 51. RGB value is (111,85,81). Sum of RGB (Red+Green+Blue) = 111+85+81=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5551 is #90AAAE. Grayscale: #5C5C5C. Windows color (decimal): -9480879 or 5330287. OLE color: 5330287.

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

Color convert

RGB 111 85 81 -
CMYK 0 0.23 0.27 0.56
HSL 0.16% 0.38% -
HSV(B) 0.27% 0.44% -
XYZ 11.29 10.47 9.21 -
YUV 92.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 111 85 81 0 0.23 0.27 0.56 8 0.16 0.38
Hex 6F 55 51 0 17 1B 38 8 10 26
Octal 157 125 121 0 27 33 70 10 20 46
Binary 1101111 1010101 1010001 0 10111 11011 111000 1000 10000 100110

Color Harmonies of #6F5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5551

Black with #6F5551

Text Example


Text Example

White with #6F5551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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