Html Css Color HEX #6C504D Buccaneer

📋 copy color: '#6C504D'

red 108 ◦ green 80 ◦ blue 77

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

Shades of Buccaneer #6C504D

Tints of Buccaneer #6C504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 40.75%
G = 30.19%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6C504D (or 0x6C504D) is known color: Buccaneer. HEX triplet: 6C, 50 and 4D. RGB value is (108,80,77). Sum of RGB (Red+Green+Blue) = 108+80+77=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C504D is #93AFB2. Grayscale: #585858. Windows color (decimal): -9678771 or 5066860. OLE color: 5066860.

HSL color Cylindrical-coordinate representation of color #6C504D: hue angle of 5.81º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C504D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 80 77 -
CMYK 0 0.26 0.29 0.58
HSL 5.81º 0.17% 0.36% -
HSV(B) 5.81º 0.29% 0.42% -
XYZ 10.39 9.46 8.3 -
YUV 88.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 108 80 77 0 0.26 0.29 0.58 5.81 0.17 0.36
Hex 6C 50 4D 0 1A 1D 3A 6 11 24
Octal 154 120 115 0 32 35 72 6 21 44
Binary 1101100 1010000 1001101 0 11010 11101 111010 110 10001 100100

Color Harmonies of #6C504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C504D

Black with #6C504D

Text Example


Text Example

White with #6C504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,77); }

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

background-color css

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

 a { background-color: rgb(108,80,77); }

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

border-color css

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

 span { border-color: rgb(108,80,77); }

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