Html Css Color HEX #6C5553 Buccaneer

📋 copy color: '#6C5553'

red 108 ◦ green 85 ◦ blue 83

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

Shades of Buccaneer #6C5553

Tints of Buccaneer #6C5553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 39.13%
G = 30.8%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6C5553 (or 0x6C5553) is known color: Buccaneer. HEX triplet: 6C, 55 and 53. RGB value is (108,85,83). Sum of RGB (Red+Green+Blue) = 108+85+83=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5553 is #93AAAC. Grayscale: #5B5B5B. Windows color (decimal): -9677485 or 5461356. OLE color: 5461356.

HSL color Cylindrical-coordinate representation of color #6C5553: hue angle of 4.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C5553 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 85 83 -
CMYK 0 0.21 0.23 0.58
HSL 4.8º 0.13% 0.37% -
HSV(B) 4.8º 0.23% 0.42% -
XYZ 10.99 10.31 9.59 -
YUV 91.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 108 85 83 0 0.21 0.23 0.58 4.8 0.13 0.37
Hex 6C 55 53 0 15 17 3A 5 D 25
Octal 154 125 123 0 25 27 72 5 15 45
Binary 1101100 1010101 1010011 0 10101 10111 111010 101 1101 100101

Color Harmonies of #6C5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5553

Black with #6C5553

Text Example


Text Example

White with #6C5553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,83); }

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

background-color css

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

 a { background-color: rgb(108,85,83); }

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

border-color css

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

 span { border-color: rgb(108,85,83); }

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