#635251

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

Shades of Buccaneer #635251

Tints of Buccaneer #635251

Color information

#635251 (or 0x635251) is unknown color: approx Buccaneer. HEX triplet: 63, 52 and 51. RGB value is (99,82,81). Sum of RGB (Red+Green+Blue) = 99+82+81=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #635251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635251 is #9CADAE. Grayscale: #565656. Windows color (decimal): -10268079 or 5329507. OLE color: 5329507.

HSL color Cylindrical-coordinate representation of color #635251: hue angle of 3.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #635251 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB998281-
CMYK00.170.180.61
HSL3.33º10%35.29%-
HSV(B)3.33º18.18%38.82%-
XYZ9.659.289.07-
YUV86.97124.63136.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=37.79%
G=31.30%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99828100.170.180.613.331035.29
Hex635251011123D3a23
Octal143122121021227531243
Binary11000111010010101000101000110010111101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635251; }

 p { color: rgb(99,82,81); }

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

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

 a { background-color: rgb(99,82,81); }

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

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

 span { border-color: rgb(99,82,81); }

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