#625353

Color #625353 Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #625353

Tints of Buccaneer #625353

Color information

#625353 (or 0x625353) is unknown color: approx Buccaneer. HEX triplet: 62, 53 and 53. RGB value is (98,83,83). Sum of RGB (Red+Green+Blue) = 98+83+83=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #625353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625353 is #9DACAC. Grayscale: #575757. Windows color (decimal): -10333357 or 5460834. OLE color: 5460834.

HSL color Cylindrical-coordinate representation of color #625353: hue angle of 0º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #625353 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB988383-
CMYK00.150.150.62
HSL8.29%35.49%-
HSV(B)15.31%38.43%-
XYZ9.699.419.49-
YUV87.48125.47135.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=37.12%
G=31.44%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98838300.150.150.6208.2935.49
Hex6253530FF3E0823
Octal142123123017177601043
Binary11000101010011101001101111111111111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625353; }

 p { color: rgb(98,83,83); }

 H1.HeaderClassName
 {
   color: #625353;
 }
 .AnyTagClassName
 {
   color: #625353;
 }
</style>
background-color css

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

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

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

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

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

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