Html Css Color HEX #635050 Buccaneer

📋 copy color: '#635050'

red 99 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #635050

Tints of Buccaneer #635050

RGB

 RED value IS 99 (39.06% from 255) = 38.22%

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 38.22%
G = 30.89%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#635050 (or 0x635050) is known color: Buccaneer. HEX triplet: 63, 50 and 50. RGB value is (99,80,80). Sum of RGB (Red+Green+Blue) = 99+80+80=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #635050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635050 is #9CAFAF. Grayscale: #555555. Windows color (decimal): -10268592 or 5263459. OLE color: 5263459.

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

Color convert

RGB 99 80 80 -
CMYK 0 0.19 0.19 0.61
HSL 0.11% 0.35% -
HSV(B) 0.19% 0.39% -
XYZ 9.46 8.97 8.82 -
YUV 85.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 99 80 80 0 0.19 0.19 0.61 0 0.11 0.35
Hex 63 50 50 0 13 13 3D 0 B 23
Octal 143 120 120 0 23 23 75 0 13 43
Binary 1100011 1010000 1010000 0 10011 10011 111101 0 1011 100011

Color Harmonies of #635050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635050

Black with #635050

Text Example


Text Example

White with #635050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635050; }

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

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

background-color css

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

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

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

border-color css

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

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

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