Html Css Color HEX #6F504C Buccaneer

📋 copy color: '#6F504C'

red 111 ◦ green 80 ◦ blue 76

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

Shades of Buccaneer #6F504C

Tints of Buccaneer #6F504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 41.57%
G = 29.96%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F504C (or 0x6F504C) is known color: Buccaneer. HEX triplet: 6F, 50 and 4C. RGB value is (111,80,76). Sum of RGB (Red+Green+Blue) = 111+80+76=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F504C is #90AFB3. Grayscale: #585858. Windows color (decimal): -9482164 or 5001327. OLE color: 5001327.

HSL color Cylindrical-coordinate representation of color #6F504C: hue angle of 6.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F504C is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 80 76 -
CMYK 0 0.28 0.32 0.56
HSL 6.86º 0.19% 0.37% -
HSV(B) 6.86º 0.32% 0.44% -
XYZ 10.73 9.64 8.13 -
YUV 88.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 111 80 76 0 0.28 0.32 0.56 6.86 0.19 0.37
Hex 6F 50 4C 0 1C 20 38 7 13 25
Octal 157 120 114 0 34 40 70 7 23 45
Binary 1101111 1010000 1001100 0 11100 100000 111000 111 10011 100101

Color Harmonies of #6F504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F504C

Black with #6F504C

Text Example


Text Example

White with #6F504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,76); }

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

background-color css

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

 a { background-color: rgb(111,80,76); }

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

border-color css

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

 span { border-color: rgb(111,80,76); }

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