Html Css Color HEX #6C5854 Buccaneer

📋 copy color: '#6C5854'

red 108 ◦ green 88 ◦ blue 84

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

Shades of Buccaneer #6C5854

Tints of Buccaneer #6C5854

RGB

 RED value IS 108 (42.58% from 255) = 38.57%

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

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

R = 38.57%
G = 31.43%
B = 30%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6C5854 (or 0x6C5854) is known color: Buccaneer. HEX triplet: 6C, 58 and 54. RGB value is (108,88,84). Sum of RGB (Red+Green+Blue) = 108+88+84=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5854 is #93A7AB. Grayscale: #5D5D5D. Windows color (decimal): -9676716 or 5527660. OLE color: 5527660.

HSL color Cylindrical-coordinate representation of color #6C5854: hue angle of 10º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C5854 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 88 84 -
CMYK 0 0.19 0.22 0.58
HSL 10º 0.13% 0.38% -
HSV(B) 10º 0.22% 0.42% -
XYZ 11.27 10.81 9.88 -
YUV 93.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 108 88 84 0 0.19 0.22 0.58 10 0.13 0.38
Hex 6C 58 54 0 13 16 3A A C 26
Octal 154 130 124 0 23 26 72 12 14 46
Binary 1101100 1011000 1010100 0 10011 10110 111010 1010 1100 100110

Color Harmonies of #6C5854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5854

Black with #6C5854

Text Example


Text Example

White with #6C5854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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