Html Css Color HEX #6F5954 Buccaneer

📋 copy color: '#6F5954'

red 111 ◦ green 89 ◦ blue 84

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

Shades of Buccaneer #6F5954

Tints of Buccaneer #6F5954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

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

R = 39.08%
G = 31.34%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F5954 (or 0x6F5954) is known color: Buccaneer. HEX triplet: 6F, 59 and 54. RGB value is (111,89,84). Sum of RGB (Red+Green+Blue) = 111+89+84=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5954 is #90A6AB. Grayscale: #5F5F5F. Windows color (decimal): -9479852 or 5527919. OLE color: 5527919.

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

Color convert

RGB 111 89 84 -
CMYK 0 0.20 0.24 0.56
HSL 11.11º 0.14% 0.38% -
HSV(B) 11.11º 0.24% 0.44% -
XYZ 11.73 11.16 9.92 -
YUV 95.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 111 89 84 0 0.20 0.24 0.56 11.11 0.14 0.38
Hex 6F 59 54 0 14 18 38 B E 26
Octal 157 131 124 0 24 30 70 13 16 46
Binary 1101111 1011001 1010100 0 10100 11000 111000 1011 1110 100110

Color Harmonies of #6F5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5954

Black with #6F5954

Text Example


Text Example

White with #6F5954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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