Html Css Color HEX #635150 Buccaneer

📋 copy color: '#635150'

red 99 ◦ green 81 ◦ blue 80

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

Shades of Buccaneer #635150

Tints of Buccaneer #635150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

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

R = 38.08%
G = 31.15%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#635150 (or 0x635150) is known color: Buccaneer. HEX triplet: 63, 51 and 50. RGB value is (99,81,80). Sum of RGB (Red+Green+Blue) = 99+81+80=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #635150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635150 is #9CAEAF. Grayscale: #565656. Windows color (decimal): -10268336 or 5263715. OLE color: 5263715.

HSL color Cylindrical-coordinate representation of color #635150: hue angle of 3.16º 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 #635150 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 81 80 -
CMYK 0 0.18 0.19 0.61
HSL 3.16º 0.11% 0.35% -
HSV(B) 3.16º 0.19% 0.39% -
XYZ 9.54 9.12 8.85 -
YUV 86.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 99 81 80 0 0.18 0.19 0.61 3.16 0.11 0.35
Hex 63 51 50 0 12 13 3D 3 B 23
Octal 143 121 120 0 22 23 75 3 13 43
Binary 1100011 1010001 1010000 0 10010 10011 111101 11 1011 100011

Color Harmonies of #635150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635150

Black with #635150

Text Example


Text Example

White with #635150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635150; }

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

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

background-color css

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

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

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

border-color css

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

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

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