Html Css Color HEX #6F524D Buccaneer

📋 copy color: '#6F524D'

red 111 ◦ green 82 ◦ blue 77

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

Shades of Buccaneer #6F524D

Tints of Buccaneer #6F524D

RGB

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

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

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

R = 41.11%
G = 30.37%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F524D (or 0x6F524D) is known color: Buccaneer. HEX triplet: 6F, 52 and 4D. RGB value is (111,82,77). Sum of RGB (Red+Green+Blue) = 111+82+77=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F524D is #90ADB2. Grayscale: #5A5A5A. Windows color (decimal): -9481651 or 5067375. OLE color: 5067375.

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

Color convert

RGB 111 82 77 -
CMYK 0 0.26 0.31 0.56
HSL 8.82º 0.18% 0.37% -
HSV(B) 8.82º 0.31% 0.44% -
XYZ 10.91 9.95 8.37 -
YUV 90.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 111 82 77 0 0.26 0.31 0.56 8.82 0.18 0.37
Hex 6F 52 4D 0 1A 1F 38 9 12 25
Octal 157 122 115 0 32 37 70 11 22 45
Binary 1101111 1010010 1001101 0 11010 11111 111000 1001 10010 100101

Color Harmonies of #6F524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F524D

Black with #6F524D

Text Example


Text Example

White with #6F524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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