Html Css Color HEX #6F4D4A Buccaneer

📋 copy color: '#6F4D4A'

red 111 ◦ green 77 ◦ blue 74

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

Shades of Buccaneer #6F4D4A

Tints of Buccaneer #6F4D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.39%

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 42.37%
G = 29.39%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F4D4A (or 0x6F4D4A) is known color: Buccaneer. HEX triplet: 6F, 4D and 4A. RGB value is (111,77,74). Sum of RGB (Red+Green+Blue) = 111+77+74=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D4A is #90B2B5. Grayscale: #565656. Windows color (decimal): -9482934 or 4869487. OLE color: 4869487.

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

Color convert

RGB 111 77 74 -
CMYK 0 0.31 0.33 0.56
HSL 4.86º 0.2% 0.36% -
HSV(B) 4.86º 0.33% 0.44% -
XYZ 10.45 9.18 7.7 -
YUV 86.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 111 77 74 0 0.31 0.33 0.56 4.86 0.2 0.36
Hex 6F 4D 4A 0 1F 21 38 5 14 24
Octal 157 115 112 0 37 41 70 5 24 44
Binary 1101111 1001101 1001010 0 11111 100001 111000 101 10100 100100

Color Harmonies of #6F4D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D4A

Black with #6F4D4A

Text Example


Text Example

White with #6F4D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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