Html Css Color HEX #6F504D Buccaneer

📋 copy color: '#6F504D'

red 111 ◦ green 80 ◦ blue 77

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

Shades of Buccaneer #6F504D

Tints of Buccaneer #6F504D

RGB

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

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

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

R = 41.42%
G = 29.85%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F504D (or 0x6F504D) is known color: Buccaneer. HEX triplet: 6F, 50 and 4D. RGB value is (111,80,77). Sum of RGB (Red+Green+Blue) = 111+80+77=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F504D is #90AFB2. Grayscale: #585858. Windows color (decimal): -9482163 or 5066863. OLE color: 5066863.

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

Color convert

RGB 111 80 77 -
CMYK 0 0.28 0.31 0.56
HSL 5.29º 0.18% 0.37% -
HSV(B) 5.29º 0.31% 0.44% -
XYZ 10.76 9.65 8.32 -
YUV 88.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 111 80 77 0 0.28 0.31 0.56 5.29 0.18 0.37
Hex 6F 50 4D 0 1C 1F 38 5 12 25
Octal 157 120 115 0 34 37 70 5 22 45
Binary 1101111 1010000 1001101 0 11100 11111 111000 101 10010 100101

Color Harmonies of #6F504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F504D

Black with #6F504D

Text Example


Text Example

White with #6F504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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