Html Css Color HEX #6F5854 Buccaneer

📋 copy color: '#6F5854'

red 111 ◦ green 88 ◦ blue 84

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

Shades of Buccaneer #6F5854

Tints of Buccaneer #6F5854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

 BLUE value IS 84 (33.2% from 255) = 29.68%

R = 39.22%
G = 31.1%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F5854 (or 0x6F5854) is known color: Buccaneer. HEX triplet: 6F, 58 and 54. RGB value is (111,88,84). Sum of RGB (Red+Green+Blue) = 111+88+84=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5854 is #90A7AB. Grayscale: #5E5E5E. Windows color (decimal): -9480108 or 5527663. OLE color: 5527663.

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

Color convert

RGB 111 88 84 -
CMYK 0 0.21 0.24 0.56
HSL 8.89º 0.14% 0.38% -
HSV(B) 8.89º 0.24% 0.44% -
XYZ 11.65 11 9.9 -
YUV 94.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 111 88 84 0 0.21 0.24 0.56 8.89 0.14 0.38
Hex 6F 58 54 0 15 18 38 9 E 26
Octal 157 130 124 0 25 30 70 11 16 46
Binary 1101111 1011000 1010100 0 10101 11000 111000 1001 1110 100110

Color Harmonies of #6F5854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5854

Black with #6F5854

Text Example


Text Example

White with #6F5854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,88,84); }

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

background-color css

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

 a { background-color: rgb(111,88,84); }

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

border-color css

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

 span { border-color: rgb(111,88,84); }

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