Html Css Color HEX #6F524F Buccaneer

📋 copy color: '#6F524F'

red 111 ◦ green 82 ◦ blue 79

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

Shades of Buccaneer #6F524F

Tints of Buccaneer #6F524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

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

R = 40.81%
G = 30.15%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F524F (or 0x6F524F) is known color: Buccaneer. HEX triplet: 6F, 52 and 4F. RGB value is (111,82,79). Sum of RGB (Red+Green+Blue) = 111+82+79=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F524F is #90ADB0. Grayscale: #5A5A5A. Windows color (decimal): -9481649 or 5198447. OLE color: 5198447.

HSL color Cylindrical-coordinate representation of color #6F524F: hue angle of 5.62º 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 #6F524F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 82 79 -
CMYK 0 0.26 0.29 0.56
HSL 5.63º 0.17% 0.37% -
HSV(B) 5.63º 0.29% 0.44% -
XYZ 10.98 9.98 8.74 -
YUV 90.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 111 82 79 0 0.26 0.29 0.56 5.63 0.17 0.37
Hex 6F 52 4F 0 1A 1D 38 6 11 25
Octal 157 122 117 0 32 35 70 6 21 45
Binary 1101111 1010010 1001111 0 11010 11101 111000 110 10001 100101

Color Harmonies of #6F524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F524F

Black with #6F524F

Text Example


Text Example

White with #6F524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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