#634D4D

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

Shades of Buccaneer #634D4D

Tints of Buccaneer #634D4D

Color information

#634D4D (or 0x634D4D) is unknown color: approx Buccaneer. HEX triplet: 63, 4D and 4D. RGB value is (99,77,77). Sum of RGB (Red+Green+Blue) = 99+77+77=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #634D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D4D is #9CB2B2. Grayscale: #535353. Windows color (decimal): -10269363 or 5066083. OLE color: 5066083.

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

Color convert

RGB997777-
CMYK00.220.220.61
HSL12.5%34.51%-
HSV(B)22.22%38.82%-
XYZ9.148.58.18-
YUV83.58124.29139-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=39.13%
G=30.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99777700.220.220.61012.534.51
Hex634D4D016163D0d23
Octal143115115026267501543
Binary1100011100110110011010101101011011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634D4D; }

 p { color: rgb(99,77,77); }

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

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

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

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

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

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

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