Html Css Color HEX #6D5652 Buccaneer

📋 copy color: '#6D5652'

red 109 ◦ green 86 ◦ blue 82

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

Shades of Buccaneer #6D5652

Tints of Buccaneer #6D5652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 39.35%
G = 31.05%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D5652 (or 0x6D5652) is known color: Buccaneer. HEX triplet: 6D, 56 and 52. RGB value is (109,86,82). Sum of RGB (Red+Green+Blue) = 109+86+82=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5652 is #92A9AD. Grayscale: #5C5C5C. Windows color (decimal): -9611694 or 5396077. OLE color: 5396077.

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

Color convert

RGB 109 86 82 -
CMYK 0 0.21 0.25 0.57
HSL 8.89º 0.14% 0.37% -
HSV(B) 8.89º 0.25% 0.43% -
XYZ 11.16 10.52 9.42 -
YUV 92.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 109 86 82 0 0.21 0.25 0.57 8.89 0.14 0.37
Hex 6D 56 52 0 15 19 39 9 E 25
Octal 155 126 122 0 25 31 71 11 16 45
Binary 1101101 1010110 1010010 0 10101 11001 111001 1001 1110 100101

Color Harmonies of #6D5652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5652

Black with #6D5652

Text Example


Text Example

White with #6D5652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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