Html Css Color HEX #6F4746 Buccaneer

📋 copy color: '#6F4746'

red 111 ◦ green 71 ◦ blue 70

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

Shades of Buccaneer #6F4746

Tints of Buccaneer #6F4746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 44.05%
G = 28.17%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F4746 (or 0x6F4746) is known color: Buccaneer. HEX triplet: 6F, 47 and 46. RGB value is (111,71,70). Sum of RGB (Red+Green+Blue) = 111+71+70=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4746 is #90B8B9. Grayscale: #525252. Windows color (decimal): -9484474 or 4605807. OLE color: 4605807.

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

Color convert

RGB 111 71 70 -
CMYK 0 0.36 0.37 0.56
HSL 1.46º 0.23% 0.35% -
HSV(B) 1.46º 0.37% 0.44% -
XYZ 9.91 8.33 6.88 -
YUV 82.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 111 71 70 0 0.36 0.37 0.56 1.46 0.23 0.35
Hex 6F 47 46 0 24 25 38 1 17 23
Octal 157 107 106 0 44 45 70 1 27 43
Binary 1101111 1000111 1000110 0 100100 100101 111000 1 10111 100011

Color Harmonies of #6F4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4746

Black with #6F4746

Text Example


Text Example

White with #6F4746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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