Html Css Color HEX #6D5250 Buccaneer

📋 copy color: '#6D5250'

red 109 ◦ green 82 ◦ blue 80

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

Shades of Buccaneer #6D5250

Tints of Buccaneer #6D5250

RGB

 RED value IS 109 (42.97% from 255) = 40.22%

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 40.22%
G = 30.26%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D5250 (or 0x6D5250) is known color: Buccaneer. HEX triplet: 6D, 52 and 50. RGB value is (109,82,80). Sum of RGB (Red+Green+Blue) = 109+82+80=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5250 is #92ADAF. Grayscale: #595959. Windows color (decimal): -9612720 or 5263981. OLE color: 5263981.

HSL color Cylindrical-coordinate representation of color #6D5250: hue angle of 4.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5250 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 82 80 -
CMYK 0 0.25 0.27 0.57
HSL 4.14º 0.15% 0.37% -
HSV(B) 4.14º 0.27% 0.43% -
XYZ 10.77 9.86 8.93 -
YUV 89.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 109 82 80 0 0.25 0.27 0.57 4.14 0.15 0.37
Hex 6D 52 50 0 19 1B 39 4 F 25
Octal 155 122 120 0 31 33 71 4 17 45
Binary 1101101 1010010 1010000 0 11001 11011 111001 100 1111 100101

Color Harmonies of #6D5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5250

Black with #6D5250

Text Example


Text Example

White with #6D5250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,80); }

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

background-color css

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

 a { background-color: rgb(109,82,80); }

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

border-color css

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

 span { border-color: rgb(109,82,80); }

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