Html Css Color HEX #6B5352 Buccaneer

📋 copy color: '#6B5352'

red 107 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #6B5352

Tints of Buccaneer #6B5352

RGB

 RED value IS 107 (42.19% from 255) = 39.34%

 GREEN value IS 83 (32.81% from 255) = 30.51%

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

R = 39.34%
G = 30.51%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6B5352 (or 0x6B5352) is known color: Buccaneer. HEX triplet: 6B, 53 and 52. RGB value is (107,83,82). Sum of RGB (Red+Green+Blue) = 107+83+82=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5352 is #94ACAD. Grayscale: #5A5A5A. Windows color (decimal): -9743534 or 5395307. OLE color: 5395307.

HSL color Cylindrical-coordinate representation of color #6B5352: hue angle of 2.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B5352 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 83 82 -
CMYK 0 0.22 0.23 0.58
HSL 2.4º 0.13% 0.37% -
HSV(B) 2.4º 0.23% 0.42% -
XYZ 10.68 9.92 9.33 -
YUV 90.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 107 83 82 0 0.22 0.23 0.58 2.4 0.13 0.37
Hex 6B 53 52 0 16 17 3A 2 D 25
Octal 153 123 122 0 26 27 72 2 15 45
Binary 1101011 1010011 1010010 0 10110 10111 111010 10 1101 100101

Color Harmonies of #6B5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5352

Black with #6B5352

Text Example


Text Example

White with #6B5352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,82); }

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

background-color css

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

 a { background-color: rgb(107,83,82); }

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

border-color css

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

 span { border-color: rgb(107,83,82); }

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