Html Css Color HEX #655352 Buccaneer

📋 copy color: '#655352'

red 101 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #655352

Tints of Buccaneer #655352

RGB

 RED value IS 101 (39.84% from 255) = 37.97%

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

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

R = 37.97%
G = 31.2%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#655352 (or 0x655352) is known color: Buccaneer. HEX triplet: 65, 53 and 52. RGB value is (101,83,82). Sum of RGB (Red+Green+Blue) = 101+83+82=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #655352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655352 is #9AACAD. Grayscale: #585858. Windows color (decimal): -10136750 or 5395301. OLE color: 5395301.

HSL color Cylindrical-coordinate representation of color #655352: hue angle of 3.16º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655352 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 83 82 -
CMYK 0 0.18 0.19 0.60
HSL 3.16º 0.1% 0.36% -
HSV(B) 3.16º 0.19% 0.4% -
XYZ 9.98 9.56 9.3 -
YUV 88.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 101 83 82 0 0.18 0.19 0.60 3.16 0.1 0.36
Hex 65 53 52 0 12 13 3C 3 A 24
Octal 145 123 122 0 22 23 74 3 12 44
Binary 1100101 1010011 1010010 0 10010 10011 111100 11 1010 100100

Color Harmonies of #655352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655352

Black with #655352

Text Example


Text Example

White with #655352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655352; }

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

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

background-color css

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

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

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

border-color css

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

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

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