Html Css Color HEX #6C5752 Buccaneer

📋 copy color: '#6C5752'

red 108 ◦ green 87 ◦ blue 82

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

Shades of Buccaneer #6C5752

Tints of Buccaneer #6C5752

RGB

 RED value IS 108 (42.58% from 255) = 38.99%

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 38.99%
G = 31.41%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6C5752 (or 0x6C5752) is known color: Buccaneer. HEX triplet: 6C, 57 and 52. RGB value is (108,87,82). Sum of RGB (Red+Green+Blue) = 108+87+82=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5752 is #93A8AD. Grayscale: #5C5C5C. Windows color (decimal): -9676974 or 5396332. OLE color: 5396332.

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

Color convert

RGB 108 87 82 -
CMYK 0 0.19 0.24 0.58
HSL 11.54º 0.14% 0.37% -
HSV(B) 11.54º 0.24% 0.42% -
XYZ 11.12 10.61 9.45 -
YUV 92.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 108 87 82 0 0.19 0.24 0.58 11.54 0.14 0.37
Hex 6C 57 52 0 13 18 3A C E 25
Octal 154 127 122 0 23 30 72 14 16 45
Binary 1101100 1010111 1010010 0 10011 11000 111010 1100 1110 100101

Color Harmonies of #6C5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5752

Black with #6C5752

Text Example


Text Example

White with #6C5752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,87,82); }

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

background-color css

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

 a { background-color: rgb(108,87,82); }

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

border-color css

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

 span { border-color: rgb(108,87,82); }

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