Html Css Color HEX #6F4948 Buccaneer

📋 copy color: '#6F4948'

red 111 ◦ green 73 ◦ blue 72

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

Shades of Buccaneer #6F4948

Tints of Buccaneer #6F4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 43.36%
G = 28.52%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F4948 (or 0x6F4948) is known color: Buccaneer. HEX triplet: 6F, 49 and 48. RGB value is (111,73,72). Sum of RGB (Red+Green+Blue) = 111+73+72=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4948 is #90B6B7. Grayscale: #545454. Windows color (decimal): -9483960 or 4737391. OLE color: 4737391.

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

Color convert

RGB 111 73 72 -
CMYK 0 0.34 0.35 0.56
HSL 1.54º 0.21% 0.36% -
HSV(B) 1.54º 0.35% 0.44% -
XYZ 10.11 8.61 7.26 -
YUV 84.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 111 73 72 0 0.34 0.35 0.56 1.54 0.21 0.36
Hex 6F 49 48 0 22 23 38 2 15 24
Octal 157 111 110 0 42 43 70 2 25 44
Binary 1101111 1001001 1001000 0 100010 100011 111000 10 10101 100100

Color Harmonies of #6F4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4948

Black with #6F4948

Text Example


Text Example

White with #6F4948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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