Html Css Color HEX #6F4A47 Buccaneer

📋 copy color: '#6F4A47'

red 111 ◦ green 74 ◦ blue 71

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

Shades of Buccaneer #6F4A47

Tints of Buccaneer #6F4A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

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

R = 43.36%
G = 28.91%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F4A47 (or 0x6F4A47) is known color: Buccaneer. HEX triplet: 6F, 4A and 47. RGB value is (111,74,71). Sum of RGB (Red+Green+Blue) = 111+74+71=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A47 is #90B5B8. Grayscale: #545454. Windows color (decimal): -9483705 or 4672111. OLE color: 4672111.

HSL color Cylindrical-coordinate representation of color #6F4A47: hue angle of 4.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 #6F4A47 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 74 71 -
CMYK 0 0.33 0.36 0.56
HSL 4.5º 0.22% 0.36% -
HSV(B) 4.5º 0.36% 0.44% -
XYZ 10.14 8.73 7.11 -
YUV 84.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 111 74 71 0 0.33 0.36 0.56 4.5 0.22 0.36
Hex 6F 4A 47 0 21 24 38 4 16 24
Octal 157 112 107 0 41 44 70 4 26 44
Binary 1101111 1001010 1000111 0 100001 100100 111000 100 10110 100100

Color Harmonies of #6F4A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4A47

Black with #6F4A47

Text Example


Text Example

White with #6F4A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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