Html Css Color HEX #6F5550 Buccaneer

📋 copy color: '#6F5550'

red 111 ◦ green 85 ◦ blue 80

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

Shades of Buccaneer #6F5550

Tints of Buccaneer #6F5550

RGB

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

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

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

R = 40.22%
G = 30.8%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F5550 (or 0x6F5550) is known color: Buccaneer. HEX triplet: 6F, 55 and 50. RGB value is (111,85,80). Sum of RGB (Red+Green+Blue) = 111+85+80=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5550 is #90AAAF. Grayscale: #5C5C5C. Windows color (decimal): -9480880 or 5264751. OLE color: 5264751.

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

Color convert

RGB 111 85 80 -
CMYK 0 0.23 0.28 0.56
HSL 9.68º 0.16% 0.37% -
HSV(B) 9.68º 0.28% 0.44% -
XYZ 11.25 10.46 9.01 -
YUV 92.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 111 85 80 0 0.23 0.28 0.56 9.68 0.16 0.37
Hex 6F 55 50 0 17 1C 38 A 10 25
Octal 157 125 120 0 27 34 70 12 20 45
Binary 1101111 1010101 1010000 0 10111 11100 111000 1010 10000 100101

Color Harmonies of #6F5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5550

Black with #6F5550

Text Example


Text Example

White with #6F5550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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