Html Css Color HEX #6F4847 Buccaneer

📋 copy color: '#6F4847'

red 111 ◦ green 72 ◦ blue 71

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

Shades of Buccaneer #6F4847

Tints of Buccaneer #6F4847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 43.7%
G = 28.35%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F4847 (or 0x6F4847) is known color: Buccaneer. HEX triplet: 6F, 48 and 47. RGB value is (111,72,71). Sum of RGB (Red+Green+Blue) = 111+72+71=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4847 is #90B7B8. Grayscale: #535353. Windows color (decimal): -9484217 or 4671599. OLE color: 4671599.

HSL color Cylindrical-coordinate representation of color #6F4847: hue angle of 1.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F4847 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 72 71 -
CMYK 0 0.35 0.36 0.56
HSL 1.5º 0.22% 0.36% -
HSV(B) 1.5º 0.36% 0.44% -
XYZ 10.01 8.47 7.07 -
YUV 83.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 111 72 71 0 0.35 0.36 0.56 1.5 0.22 0.36
Hex 6F 48 47 0 23 24 38 2 16 24
Octal 157 110 107 0 43 44 70 2 26 44
Binary 1101111 1001000 1000111 0 100011 100100 111000 10 10110 100100

Color Harmonies of #6F4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4847

Black with #6F4847

Text Example


Text Example

White with #6F4847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,71); }

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

background-color css

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

 a { background-color: rgb(111,72,71); }

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

border-color css

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

 span { border-color: rgb(111,72,71); }

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