Html Css Color HEX #6F514F Buccaneer

📋 copy color: '#6F514F'

red 111 ◦ green 81 ◦ blue 79

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

Shades of Buccaneer #6F514F

Tints of Buccaneer #6F514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 79 (31.25% from 255) = 29.15%

R = 40.96%
G = 29.89%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F514F (or 0x6F514F) is known color: Buccaneer. HEX triplet: 6F, 51 and 4F. RGB value is (111,81,79). Sum of RGB (Red+Green+Blue) = 111+81+79=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F514F is #90AEB0. Grayscale: #595959. Windows color (decimal): -9481905 or 5198191. OLE color: 5198191.

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

Color convert

RGB 111 81 79 -
CMYK 0 0.27 0.29 0.56
HSL 3.75º 0.17% 0.37% -
HSV(B) 3.75º 0.29% 0.44% -
XYZ 10.91 9.83 8.72 -
YUV 89.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 111 81 79 0 0.27 0.29 0.56 3.75 0.17 0.37
Hex 6F 51 4F 0 1B 1D 38 4 11 25
Octal 157 121 117 0 33 35 70 4 21 45
Binary 1101111 1010001 1001111 0 11011 11101 111000 100 10001 100101

Color Harmonies of #6F514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F514F

Black with #6F514F

Text Example


Text Example

White with #6F514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,79); }

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

background-color css

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

 a { background-color: rgb(111,81,79); }

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

border-color css

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

 span { border-color: rgb(111,81,79); }

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