Html Css Color HEX #6F534E Buccaneer

📋 copy color: '#6F534E'

red 111 ◦ green 83 ◦ blue 78

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

Shades of Buccaneer #6F534E

Tints of Buccaneer #6F534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

 BLUE value IS 78 (30.86% from 255) = 28.68%

R = 40.81%
G = 30.51%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F534E (or 0x6F534E) is known color: Buccaneer. HEX triplet: 6F, 53 and 4E. RGB value is (111,83,78). Sum of RGB (Red+Green+Blue) = 111+83+78=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F534E is #90ACB1. Grayscale: #5A5A5A. Windows color (decimal): -9481394 or 5133167. OLE color: 5133167.

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

Color convert

RGB 111 83 78 -
CMYK 0 0.25 0.30 0.56
HSL 9.09º 0.17% 0.37% -
HSV(B) 9.09º 0.3% 0.44% -
XYZ 11.02 10.12 8.58 -
YUV 90.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 111 83 78 0 0.25 0.30 0.56 9.09 0.17 0.37
Hex 6F 53 4E 0 19 1E 38 9 11 25
Octal 157 123 116 0 31 36 70 11 21 45
Binary 1101111 1010011 1001110 0 11001 11110 111000 1001 10001 100101

Color Harmonies of #6F534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F534E

Black with #6F534E

Text Example


Text Example

White with #6F534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,78); }

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

background-color css

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

 a { background-color: rgb(111,83,78); }

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

border-color css

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

 span { border-color: rgb(111,83,78); }

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